Skip to content

Commit

Permalink
15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Aug 30, 2022
1 parent e2ed483 commit 4e8feca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 15.0.0 / 2022-08-30

- **BREAKING:** Require Node.js v14+ ([#497](https://github.com/postcss/postcss-import/pull/497))
- **BREAKING:** Require `nameLayer` option for handling anonymous layers ([#496](https://github.com/postcss/postcss-import/pull/496))
- 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))

# 14.1.0 / 2022-03-22

- Add `@layer` support ([#483](https://github.com/postcss/postcss-import/pull/483))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-import",
"version": "14.1.0",
"version": "15.0.0",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
Expand Down

0 comments on commit 4e8feca

Please sign in to comment.