Skip to content

Commit 2c0c3e9

Browse files
committed
15.0.1
1 parent 2db3239 commit 2c0c3e9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 15.0.1 / 2022-12-01
2+
3+
- Preserve layer in ignored `@import`s ([#510](https://github.com/postcss/postcss-import/issues/510), [#511](https://github.com/postcss/postcss-import/pull/511))
4+
- Join media queries in the correct order ([#512](https://github.com/postcss/postcss-import/issues/512), [#513](https://github.com/postcss/postcss-import/pull/513))
5+
16
# 15.0.0 / 2022-08-30
27

38
- **BREAKING:** Require Node.js v14+ ([#497](https://github.com/postcss/postcss-import/pull/497))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-import",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"description": "PostCSS plugin to import CSS files",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)