diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f79691..bfecd95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 06b3b7d..ba83882 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -85,4 +85,4 @@ "vue-template-compiler": "^2.6.14", "yorkie": "^2.0.0" } -} \ No newline at end of file +}