From 8b239c6c5e2f5da1e70eeeb6192513cbeee46a73 Mon Sep 17 00:00:00 2001 From: Ryan Zimmerman Date: Mon, 14 Dec 2020 14:20:47 -0500 Subject: [PATCH] 14.0.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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",