diff --git a/.changeset/four-planes-tan.md b/.changeset/four-planes-tan.md deleted file mode 100644 index ef920f0..0000000 --- a/.changeset/four-planes-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/vite": patch ---- - -Enable optimizeKnownTemplates config for Marko compiler to have shorter registry ids in production builds. diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e5172..f9c4750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.0.4 + +### Patch Changes + +- [#166](https://github.com/marko-js/vite/pull/166) [`cca2e07`](https://github.com/marko-js/vite/commit/cca2e077aa7211bd8848817c9a89b51f9b38050a) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Enable optimizeKnownTemplates config for Marko compiler to have shorter registry ids in production builds. + ## 5.0.3 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index db6437c..7326b08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marko/vite", - "version": "5.0.3", + "version": "5.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@marko/vite", - "version": "5.0.3", + "version": "5.0.4", "license": "MIT", "dependencies": { "@chialab/cjs-to-esm": "^0.18.0", diff --git a/package.json b/package.json index 027fe22..495a8e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/vite", "description": "A Marko plugin for Vite", - "version": "5.0.3", + "version": "5.0.4", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/vite/issues", "dependencies": {