Skip to content

Commit

Permalink
release: v2.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Apr 14, 2022
1 parent fa86d69 commit 5d96dca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/vite/CHANGELOG.md
@@ -1,3 +1,10 @@
## <small>2.9.5 (2022-04-14)</small>

* fix: revert #7582, fix #7721 and #7736 (#7737) ([fa86d69](https://github.com/vitejs/vite/commit/fa86d69)), closes [#7721](https://github.com/vitejs/vite/issues/7721) [#7736](https://github.com/vitejs/vite/issues/7736) [#7737](https://github.com/vitejs/vite/issues/7737)
* chore: format css minify esbuild error (#7731) ([c445075](https://github.com/vitejs/vite/commit/c445075)), closes [#7731](https://github.com/vitejs/vite/issues/7731)



## <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)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "2.9.4",
"version": "2.9.5",
"license": "MIT",
"author": "Evan You",
"description": "Native-ESM powered web dev build tool",
Expand Down

0 comments on commit 5d96dca

Please sign in to comment.