Skip to content

Commit 8b239c6

Browse files
committed
14.0.0
1 parent f8c3693 commit 8b239c6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 14.0.0 / 2020-12-14
2+
3+
This release should not have breaking changes for the vast majority of users; only those with `@charset` statements in their CSS _may_ be affected.
4+
5+
- **BREAKING:** Error if multiple incompatible `@charset` statements ([#447](https://github.com/postcss/postcss-import/pull/447))
6+
- **BREAKING:** Warn if `@charset` statements are not at the top of files ([#447](https://github.com/postcss/postcss-import/pull/447))
7+
- Fix handing of `@charset` ([#436](https://github.com/postcss/postcss-import/issues/436), [#447](https://github.com/postcss/postcss-import/pull/447))
8+
19
# 13.0.0 / 2020-10-20
210

311
- **BREAKING:** Require Node 10+ ([#429](https://github.com/postcss/postcss-import/pull/429))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-import",
3-
"version": "13.0.0",
3+
"version": "14.0.0",
44
"description": "PostCSS plugin to import CSS files",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)