Skip to content

Commit

Permalink
release: v2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Apr 13, 2022
1 parent a5c2a78 commit 6c27f14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/vite/CHANGELOG.md
@@ -1,3 +1,9 @@
## <small>2.9.4 (2022-04-13)</small>

* fix: handle url imports with semicolon (fix #7717) (#7718) ([a5c2a78](https://github.com/vitejs/vite/commit/a5c2a78)), closes [#7717](https://github.com/vitejs/vite/issues/7717) [#7718](https://github.com/vitejs/vite/issues/7718)



## <small>2.9.3 (2022-04-13)</small>

* fix: revert #7665 (#7716) ([26862c4](https://github.com/vitejs/vite/commit/26862c4)), closes [#7665](https://github.com/vitejs/vite/issues/7665) [#7716](https://github.com/vitejs/vite/issues/7716)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "2.9.3",
"version": "2.9.4",
"license": "MIT",
"author": "Evan You",
"description": "Native-ESM powered web dev build tool",
Expand Down

0 comments on commit 6c27f14

Please sign in to comment.