diff --git a/CHANGELOG.md b/CHANGELOG.md index 56963ed..55fbdb9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 16.0.1 / 2024-02-14 + +- Fix crash when handling some `@import`s with media conditions ([#557](https://github.com/postcss/postcss-import/issues/557), [#558](https://github.com/postcss/postcss-import/pull/558)) + # 16.0.0 / 2024-01-02 - **BREAKING:** Require Node.js v18+ ([#550](https://github.com/postcss/postcss-import/issues/550), [#551](https://github.com/postcss/postcss-import/pull/551)) diff --git a/package.json b/package.json index 86179ec..be14161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-import", - "version": "16.0.0", + "version": "16.0.1", "description": "PostCSS plugin to import CSS files", "keywords": [ "css",