diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dd56866..a78069bf 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 10.0.0 - 2017-05-12 + +- Changed: Upgraded to Postcss v6 ([#283](https://github.com/postcss/postcss-import/pull/283)) +- Removed: jspm support ([#283](https://github.com/postcss/postcss-import/pull/283)) +- Removed: deprecated `addDependencyTo` option +- Removed: `onImport` option +- Changed: Doesn't depend on promise-each ([#281](https://github.com/postcss/postcss-import/pull/281)) + # 9.1.0 - 2017-01-10 - Added: `addModulesDirectories` option ([#256](https://github.com/postcss/postcss-import/pull/256)) diff --git a/package.json b/package.json index 10b22999..4a20d2ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-import", - "version": "9.1.0", + "version": "10.0.0", "description": "PostCSS plugin to import CSS files", "keywords": [ "css",