diff --git a/CHANGELOG.md b/CHANGELOG.md index ba7d3e32..8e2f21fb 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 14.0.0 / 2020-12-14 + +This release should not have breaking changes for the vast majority of users; only those with `@charset` statements in their CSS _may_ be affected. + +- **BREAKING:** Error if multiple incompatible `@charset` statements ([#447](https://github.com/postcss/postcss-import/pull/447)) +- **BREAKING:** Warn if `@charset` statements are not at the top of files ([#447](https://github.com/postcss/postcss-import/pull/447)) +- Fix handing of `@charset` ([#436](https://github.com/postcss/postcss-import/issues/436), [#447](https://github.com/postcss/postcss-import/pull/447)) + # 13.0.0 / 2020-10-20 - **BREAKING:** Require Node 10+ ([#429](https://github.com/postcss/postcss-import/pull/429)) diff --git a/package.json b/package.json index ad08dc32..0f8ac49e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-import", - "version": "13.0.0", + "version": "14.0.0", "description": "PostCSS plugin to import CSS files", "keywords": [ "css",