diff --git a/.changeset/chatty-boats-sparkle.md b/.changeset/chatty-boats-sparkle.md deleted file mode 100644 index ec242fa..0000000 --- a/.changeset/chatty-boats-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/vite": patch ---- - -Switch to overriding the default chunkFileNames instead of assets dir to avoid server assets in client assets folder. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7913bb9..b2272cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.1.10 + +### Patch Changes + +- [#131](https://github.com/marko-js/vite/pull/131) [`9f266ff`](https://github.com/marko-js/vite/commit/9f266ff9dbd890ce4044b24a9b444e83e6e02443) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Switch to overriding the default chunkFileNames instead of assets dir to avoid server assets in client assets folder. + ## 4.1.9 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index f3378ab..84d14f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marko/vite", - "version": "4.1.9", + "version": "4.1.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@marko/vite", - "version": "4.1.9", + "version": "4.1.10", "license": "MIT", "dependencies": { "@chialab/cjs-to-esm": "^0.18.0", diff --git a/package.json b/package.json index 3ba2aff..51e1980 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/vite", "description": "A Marko plugin for Vite", - "version": "4.1.9", + "version": "4.1.10", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/vite/issues", "dependencies": {