Skip to content

Commit

Permalink
release: v2.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 13, 2022
1 parent 631bf45 commit 94e08ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.7.11](https://github.com/vitejs/vite/compare/v2.7.10...v2.7.11) (2022-01-13)


### Bug Fixes

* improve array config merging ([#6344](https://github.com/vitejs/vite/issues/6344)) ([631bf45](https://github.com/vitejs/vite/commit/631bf450065a1b5b1d1792a283a9e107b2ca08b2))
* **ssr:** handle nameless descture in function args ([#6489](https://github.com/vitejs/vite/issues/6489)) ([dd4c111](https://github.com/vitejs/vite/commit/dd4c111458f628a1e356e5e04b9c8e46d559ce1d))



## [2.7.10](https://github.com/vitejs/vite/compare/v2.7.9...v2.7.10) (2021-12-30)


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": "2.7.10",
"version": "2.7.11",
"license": "MIT",
"author": "Evan You",
"description": "Native-ESM powered web dev build tool",
Expand Down

0 comments on commit 94e08ac

Please sign in to comment.