Skip to content

Commit

Permalink
release: v2.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Nov 9, 2021
1 parent feaf355 commit 78f80fc
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.6.14](https://github.com/vitejs/vite/compare/v2.6.13...v2.6.14) (2021-11-09)


### Bug Fixes

* **hmr:** revert early break from handleHotUpdate loop ([#5536](https://github.com/vitejs/vite/issues/5536)) ([1684946](https://github.com/vitejs/vite/commit/168494629637c86e62fb6e12652e191082fbb54f))
* **sourcemap:** tolerate virtual modules in `sources` array ([#5587](https://github.com/vitejs/vite/issues/5587)) ([feaf355](https://github.com/vitejs/vite/commit/feaf355faabf0d6a8180f8e73fcf32d0e3bd7e98))



## [2.6.13](https://github.com/vitejs/vite/compare/v2.6.12...v2.6.13) (2021-10-27)


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

0 comments on commit 78f80fc

Please sign in to comment.