From 0aacc633905c55ddb0e1547d409ec49418f512aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 13:45:51 -0700 Subject: [PATCH] [ci] release (#100) Co-authored-by: github-actions[bot] --- .changeset/chilly-kids-ring.md | 7 ------- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/chilly-kids-ring.md diff --git a/.changeset/chilly-kids-ring.md b/.changeset/chilly-kids-ring.md deleted file mode 100644 index 0986e79..0000000 --- a/.changeset/chilly-kids-ring.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@marko/vite": major ---- - -- Removes the `store` config option. (BREAKING CHANGE). -- Adds a new hook for other vite plugins to add assets to the @marko/vite server entries. -- Optimize server entry code. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6791ccc..c3fe7ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.0.0 + +### Major Changes + +- [#99](https://github.com/marko-js/vite/pull/99) [`0bc357e`](https://github.com/marko-js/vite/commit/0bc357ebcf7850fb0592314f930301f31e2835df) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - - Removes the `store` config option. (BREAKING CHANGE). + - Adds a new hook for other vite plugins to add assets to the @marko/vite server entries. + - Optimize server entry code. + ## 3.1.6 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 78287c1..61c61e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marko/vite", - "version": "3.1.6", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@marko/vite", - "version": "3.1.6", + "version": "4.0.0", "license": "MIT", "dependencies": { "anymatch": "^3.1.3", diff --git a/package.json b/package.json index a6795eb..df5f735 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/vite", "description": "A Marko plugin for Vite", - "version": "3.1.6", + "version": "4.0.0", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/vite/issues", "dependencies": {