From 5267a43b4d25942532e952f1485d8fb5d5c19324 Mon Sep 17 00:00:00 2001 From: sapphi-red <49056869+sapphi-red@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:44:30 +0900 Subject: [PATCH] release: plugin-legacy@5.2.0 --- packages/plugin-legacy/CHANGELOG.md | 7 +++++++ packages/plugin-legacy/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/plugin-legacy/CHANGELOG.md b/packages/plugin-legacy/CHANGELOG.md index 606cc5e4d64920..de026196edc165 100644 --- a/packages/plugin-legacy/CHANGELOG.md +++ b/packages/plugin-legacy/CHANGELOG.md @@ -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) diff --git a/packages/plugin-legacy/package.json b/packages/plugin-legacy/package.json index aaf73ca6348351..be4bf098849ff1 100644 --- a/packages/plugin-legacy/package.json +++ b/packages/plugin-legacy/package.json @@ -1,6 +1,6 @@ { "name": "@vitejs/plugin-legacy", - "version": "5.1.0", + "version": "5.2.0", "license": "MIT", "author": "Evan You", "files": [