diff --git a/.changeset/strange-experts-argue.md b/.changeset/strange-experts-argue.md deleted file mode 100644 index 53cb469..0000000 --- a/.changeset/strange-experts-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/vite": patch ---- - -Fix windows path normalization. diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e51e7..4dadaaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.0.11 + +### Patch Changes + +- [#183](https://github.com/marko-js/vite/pull/183) [`1e31950`](https://github.com/marko-js/vite/commit/1e31950776789d7083abea9bf7a5dc9124bf316a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix windows path normalization. + ## 5.0.10 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index d71da4a..95b3137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marko/vite", - "version": "5.0.10", + "version": "5.0.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@marko/vite", - "version": "5.0.10", + "version": "5.0.11", "license": "MIT", "dependencies": { "@chialab/cjs-to-esm": "^0.18.0", diff --git a/package.json b/package.json index e167446..5bca0b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marko/vite", - "version": "5.0.10", + "version": "5.0.11", "description": "A Marko plugin for Vite", "keywords": [ "loader",