diff --git a/CHANGELOG.md b/CHANGELOG.md index 55fbdb9..3dc9d28 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 16.1.0 / 2024-03-20 + +- Allow bundling URLs with fragments (useful for Vite users) ([#560](https://github.com/postcss/postcss-import/issues/560), [#561](https://github.com/postcss/postcss-import/pull/561)) + # 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)) diff --git a/package.json b/package.json index be14161..2b5bde2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-import", - "version": "16.0.1", + "version": "16.1.0", "description": "PostCSS plugin to import CSS files", "keywords": [ "css",