From 35d7e654d3dddf70e20b423091a9b461dc22b14d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 01:33:49 +0900 Subject: [PATCH] chore: update versions (#108) Co-authored-by: github-actions[bot] --- .changeset/hot-pandas-tan.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/hot-pandas-tan.md diff --git a/.changeset/hot-pandas-tan.md b/.changeset/hot-pandas-tan.md deleted file mode 100644 index 2896900..0000000 --- a/.changeset/hot-pandas-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vite-plugin-static-copy": patch ---- - -send headers set by `server.headers` in dev diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ed0be..bcf1cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # vite-plugin-static-copy +## 1.0.4 + +### Patch Changes + +- [#107](https://github.com/sapphi-red/vite-plugin-static-copy/pull/107) [`5206534`](https://github.com/sapphi-red/vite-plugin-static-copy/commit/520653429a0aa2122feee9edbacc2195fd2624e4) Thanks [@sverben](https://github.com/sverben)! - send headers set by `server.headers` in dev + ## 1.0.3 ### Patch Changes diff --git a/package.json b/package.json index 42f5241..f730862 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-static-copy", - "version": "1.0.3", + "version": "1.0.4", "description": "rollup-plugin-copy for vite with dev server support.", "type": "module", "main": "./dist/index.js",