From b3a5a996c750c119fd1b186318964be73cad804d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 25 Oct 2024 16:37:44 +0000 Subject: [PATCH] [ci] release --- .changeset/cyan-peaches-drive.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/cyan-peaches-drive.md diff --git a/.changeset/cyan-peaches-drive.md b/.changeset/cyan-peaches-drive.md deleted file mode 100644 index ebea00d..0000000 --- a/.changeset/cyan-peaches-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/vite": patch ---- - -Fixes a caching regression caused by having a different SSR config compared to the rest of the configs and using that in a transform (which is cached). diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c65eb0..5c6924f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.1.20 + +### Patch Changes + +- [#155](https://github.com/marko-js/vite/pull/155) [`d5fe7ef`](https://github.com/marko-js/vite/commit/d5fe7ef959085bbd361cf2cbd6c6b81547d9e92f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fixes a caching regression caused by having a different SSR config compared to the rest of the configs and using that in a transform (which is cached). + ## 4.1.19 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 1ead5d4..69968cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marko/vite", - "version": "4.1.19", + "version": "4.1.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@marko/vite", - "version": "4.1.19", + "version": "4.1.20", "license": "MIT", "dependencies": { "@chialab/cjs-to-esm": "^0.18.0", diff --git a/package.json b/package.json index 031b041..cdf6644 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/vite", "description": "A Marko plugin for Vite", - "version": "4.1.19", + "version": "4.1.20", "author": "Dylan Piercey ", "bugs": "https://github.com/marko-js/vite/issues", "dependencies": {