Skip to content

Commit

Permalink
release: plugin-legacy@5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Nov 22, 2023
1 parent 1b9ca66 commit 5267a43
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.2.0 (2023-11-22)

* test(legacy): add a test to checks all inline snippets are valid JS (#15098) ([1b9ca66](https://github.com/vitejs/vite/commit/1b9ca66)), closes [#15098](https://github.com/vitejs/vite/issues/15098)
* fix(plugin-legacy): syntax error in variable `detectModernBrowserCode` (#15095) ([1c605ff](https://github.com/vitejs/vite/commit/1c605ff)), closes [#15095](https://github.com/vitejs/vite/issues/15095)



## 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)
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.1.0",
"version": "5.2.0",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit 5267a43

Please sign in to comment.