Skip to content

Commit 4e8feca

Browse files
committed
15.0.0
1 parent e2ed483 commit 4e8feca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 15.0.0 / 2022-08-30
2+
3+
- **BREAKING:** Require Node.js v14+ ([#497](https://github.com/postcss/postcss-import/pull/497))
4+
- **BREAKING:** Require `nameLayer` option for handling anonymous layers ([#496](https://github.com/postcss/postcss-import/pull/496))
5+
- Fix handling of `@media` queries inside layered imports ([#495](https://github.com/postcss/postcss-import/issues/495), [#496](https://github.com/postcss/postcss-import/pull/496))
6+
17
# 14.1.0 / 2022-03-22
28

39
- Add `@layer` support ([#483](https://github.com/postcss/postcss-import/pull/483))

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": "14.1.0",
3+
"version": "15.0.0",
44
"description": "PostCSS plugin to import CSS files",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)