Skip to content

Commit

Permalink
release: plugin-legacy@5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Nov 21, 2023
1 parent cd35330 commit 81fde80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/plugin-legacy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.1.0 (2023-11-21)

* docs(legacy): clarify that csp hashes could change between minors (#15057) ([cd35330](https://github.com/vitejs/vite/commit/cd35330)), closes [#15057](https://github.com/vitejs/vite/issues/15057)
* fix(legacy): preserve async generator function invocation (#15021) ([47551a6](https://github.com/vitejs/vite/commit/47551a6)), closes [#15021](https://github.com/vitejs/vite/issues/15021)



## 5.0.0 (2023-11-16)

* feat(plugin-legacy)!: bump vite peer dep (#15004) ([3c92c7b](https://github.com/vitejs/vite/commit/3c92c7b)), closes [#15004](https://github.com/vitejs/vite/issues/15004)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-legacy",
"version": "5.0.0",
"version": "5.1.0",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit 81fde80

Please sign in to comment.