diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ca9e06..f24387e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [Version 2.0.3](https://github.com/:egoist/rollup-plugin-postcss/releases/tag/v2.0.3) (2019-1-31) + +### Bug fixes + +- update engines field: [`2bfbcc3`](https://github.com/:egoist/rollup-plugin-postcss/commit/2bfbcc3) + +[...full changes](https://github.com/:egoist/rollup-plugin-postcss/compare/v2.0.2...v2.0.3) + ## [Version 2.0.2](https://github.com/:egoist/rollup-plugin-postcss/releases/tag/v2.0.2) (2019-1-31) ### Bug fixes diff --git a/package.json b/package.json index cd80428b..b01377d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-postcss", - "version": "2.0.2", + "version": "2.0.3", "description": "Seamless integration between Rollup and PostCSS", "main": "dist/index.js", "files": [ @@ -85,4 +85,4 @@ ] ] } -} +} \ No newline at end of file