diff --git a/.changeset/dull-seals-behave.md b/.changeset/dull-seals-behave.md deleted file mode 100644 index de00977..0000000 --- a/.changeset/dull-seals-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/vite": patch ---- - -Fix issue with hot module reloading virtual dependencies. diff --git a/.changeset/shaggy-llamas-drive.md b/.changeset/shaggy-llamas-drive.md deleted file mode 100644 index c4132b7..0000000 --- a/.changeset/shaggy-llamas-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/vite": patch ---- - -Fix issue with new tags not discovered during HMR. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8107d91..2390abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.3.12 + +### Patch Changes + +- [#42](https://github.com/marko-js/vite/pull/42) [`f3962a9`](https://github.com/marko-js/vite/commit/f3962a98cf645229bea150a54ce51353d1067ced) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with hot module reloading virtual dependencies. + +- [#42](https://github.com/marko-js/vite/pull/42) [`f3962a9`](https://github.com/marko-js/vite/commit/f3962a98cf645229bea150a54ce51353d1067ced) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with new tags not discovered during HMR. + ## 2.3.11 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 647688c..0cbc86f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marko/vite", - "version": "2.3.11", + "version": "2.3.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@marko/vite", - "version": "2.3.11", + "version": "2.3.12", "license": "MIT", "dependencies": { "anymatch": "^3.1.3", diff --git a/package.json b/package.json index 6fc7ec0..ed2f44e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/vite", "description": "A Marko plugin for Vite", - "version": "2.3.11", + "version": "2.3.12", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/vite/issues", "dependencies": {