Skip to content

Commit

Permalink
release: v6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Dec 20, 2024
1 parent 4359e0d commit 49a6be5
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## <small>6.0.5 (2024-12-20)</small>

* fix: esbuild regression (pin to 0.24.0) (#19027) ([4359e0d](https://github.com/vitejs/vite/commit/4359e0d5b33afd6259a4dcef787cc2670e963126)), closes [#19027](https://github.com/vitejs/vite/issues/19027)



## <small>6.0.4 (2024-12-19)</small>

* fix: `this.resolve` skipSelf should not skip for different `id` or `import` (#18903) ([4727320](https://github.com/vitejs/vite/commit/472732057cb2273908e1fca8aa7dc18a7e1f7c74)), closes [#18903](https://github.com/vitejs/vite/issues/18903)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "6.0.4",
"version": "6.0.5",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 49a6be5

Please sign in to comment.