From fa42e63908d77ab89df3bf11ca9859b66d90ad5b Mon Sep 17 00:00:00 2001 From: Ryan Zimmerman Date: Wed, 14 Feb 2024 21:02:38 -0500 Subject: [PATCH] 16.0.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",