Skip to content

Commit

Permalink
16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Mar 20, 2024
1 parent eb9899b commit 9217ec3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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))
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 9217ec3

Please sign in to comment.