Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
release v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 3, 2022
1 parent d84ffec commit e5f27a4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.9.1](https://github.com/underfin/vite-plugin-vue2/compare/v1.9.0...v1.9.1) (2022-01-03)


### Bug Fixes

* consider window path at set descriptor cache ([bdfabc9](https://github.com/underfin/vite-plugin-vue2/commit/bdfabc99e8c50930bca5d9144cb1634f40609904)), closes [#129](https://github.com/underfin/vite-plugin-vue2/issues/129)
* don't inject hmr code in SSR ([#159](https://github.com/underfin/vite-plugin-vue2/issues/159)) ([d84ffec](https://github.com/underfin/vite-plugin-vue2/commit/d84ffecbac16b0bf28c72d285965c82a147a703b))
* missing sourcemap fields after compiling ts in dev ([#158](https://github.com/underfin/vite-plugin-vue2/issues/158)) ([ee1ff2e](https://github.com/underfin/vite-plugin-vue2/commit/ee1ff2e178426e6ef210a47d1cf8182423ad6e77))
* no corresponding SFC entry in the cache ([#155](https://github.com/underfin/vite-plugin-vue2/issues/155)) ([e1db32c](https://github.com/underfin/vite-plugin-vue2/commit/e1db32c0700294b723e6a9c3ac97fee315d06891))
* use correct target types ([f44ecea](https://github.com/underfin/vite-plugin-vue2/commit/f44ecead082014860a5ae8b34264ac0226fa4fa8))
* windows path contains \u symbols ([#152](https://github.com/underfin/vite-plugin-vue2/issues/152)) ([#154](https://github.com/underfin/vite-plugin-vue2/issues/154)) ([cddd1e9](https://github.com/underfin/vite-plugin-vue2/commit/cddd1e9ff0f0c842478455771f737b5d1aa122d4))



# [1.9.0](https://github.com/underfin/vite-plugin-vue2/compare/v1.8.2...v1.9.0) (2021-10-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-vue2",
"version": "1.9.0",
"version": "1.9.1",
"description": "Vite plugin for Vue2",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit e5f27a4

Please sign in to comment.