Skip to content

Commit

Permalink
release: v4.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Oct 5, 2023
1 parent 54e1275 commit b50db04
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>4.4.11 (2023-10-05)</small>

* revert: "fix: use string manipulation instead of regex to inject esbuild helpers ([54e1275](https://github.com/vitejs/vite/commit/54e1275)), closes [#14094](https://github.com/vitejs/vite/issues/14094)



## <small>4.4.10 (2023-10-03)</small>

* fix: add source map to Web Workers (fix #14216) (#14217) ([df6f32f](https://github.com/vitejs/vite/commit/df6f32f)), closes [#14216](https://github.com/vitejs/vite/issues/14216) [#14217](https://github.com/vitejs/vite/issues/14217)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "4.4.10",
"version": "4.4.11",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit b50db04

Please sign in to comment.