Skip to content

Commit

Permalink
release: plugin-legacy@2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Sep 19, 2022
1 parent 62ff788 commit 4c8aa80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/plugin-legacy/CHANGELOG.md
@@ -1,3 +1,12 @@
## 2.2.0 (2022-09-19)

* docs(plugin-legacy): fix Vite default target (#10158) ([62ff788](https://github.com/vitejs/vite/commit/62ff788)), closes [#10158](https://github.com/vitejs/vite/issues/10158)
* fix(deps): update all non-major dependencies (#10077) ([caf00c8](https://github.com/vitejs/vite/commit/caf00c8)), closes [#10077](https://github.com/vitejs/vite/issues/10077)
* fix(deps): update all non-major dependencies (#9985) ([855f2f0](https://github.com/vitejs/vite/commit/855f2f0)), closes [#9985](https://github.com/vitejs/vite/issues/9985)
* fix(plugin-legacy): force set `build.target` (#10072) ([a13a7eb](https://github.com/vitejs/vite/commit/a13a7eb)), closes [#10072](https://github.com/vitejs/vite/issues/10072)



## 2.1.0 (2022-09-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-legacy",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit 4c8aa80

Please sign in to comment.