diff --git a/CHANGELOG.md b/CHANGELOG.md index cc7827b2..e98a013d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 11.0.0 - 2017-09-16 + +- Changed: A syntax error in an imported file now throws an error instead of just warning ([#264](https://github.com/postcss/postcss-import/issues/264)) +- Changed: Symlink handling to be consistent with Node.js `require` ([#300](https://github.com/postcss/postcss-import/pull/300)) + # 10.0.0 - 2017-05-12 - Removed: Support for Node.js versions less than 4.5.x ([#283](https://github.com/postcss/postcss-import/pull/283)) diff --git a/package.json b/package.json index 5db484b7..dce10ebc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-import", - "version": "10.0.0", + "version": "11.0.0", "description": "PostCSS plugin to import CSS files", "keywords": [ "css",