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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 25, 2022
1 parent 38b6d4f commit 5cc50b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.9.3](https://github.com/underfin/vite-plugin-vue2/compare/v1.9.2...v1.9.3) (2022-01-25)


### Bug Fixes

* fixed HMR of styles on template change ([#153](https://github.com/underfin/vite-plugin-vue2/issues/153)) ([#170](https://github.com/underfin/vite-plugin-vue2/issues/170)) ([38b6d4f](https://github.com/underfin/vite-plugin-vue2/commit/38b6d4f569c203cd0ed74d85f0a46f29d27dc301))
* update babel dependencies ([#166](https://github.com/underfin/vite-plugin-vue2/issues/166)) ([bf46e25](https://github.com/underfin/vite-plugin-vue2/commit/bf46e2595819dfb5625aa24a3f28069f7c86a04d))



## [1.9.2](https://github.com/underfin/vite-plugin-vue2/compare/v1.9.1...v1.9.2) (2022-01-03)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-vue2",
"version": "1.9.2",
"version": "1.9.3",
"description": "Vite plugin for Vue2",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -85,4 +85,4 @@
"vue-template-compiler": "^2.6.14",
"yorkie": "^2.0.0"
}
}
}

0 comments on commit 5cc50b7

Please sign in to comment.