From 9217ec361b8d0b062841d5634f40017aeaad078b Mon Sep 17 00:00:00 2001 From: Ryan Zimmerman Date: Wed, 20 Mar 2024 16:28:35 -0400 Subject: [PATCH] 16.1.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",