From 27a9417b1c3d7908a32360f9881ab121a8e55f6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 00:51:46 +0900 Subject: [PATCH] chore: update versions (#103) Co-authored-by: github-actions[bot] --- .changeset/empty-rice-type.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/empty-rice-type.md diff --git a/.changeset/empty-rice-type.md b/.changeset/empty-rice-type.md deleted file mode 100644 index e44c67b..0000000 --- a/.changeset/empty-rice-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-static-copy': patch ---- - -udpate mrmime to v2. align the used mime values with Vite 5.1. See https://github.com/lukeed/mrmime/releases/tag/v2.0.0 for the difference. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6477744..3d0f07b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # vite-plugin-static-copy +## 1.0.2 + +### Patch Changes + +- [`db73fb5`](https://github.com/sapphi-red/vite-plugin-static-copy/commit/db73fb50ed471b53cf6fd365443edd163a695e58) Thanks [@sapphi-red](https://github.com/sapphi-red)! - udpate mrmime to v2. align the used mime values with Vite 5.1. See https://github.com/lukeed/mrmime/releases/tag/v2.0.0 for the difference. + ## 1.0.1 ### Patch Changes diff --git a/package.json b/package.json index f483c7a..992ec35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-static-copy", - "version": "1.0.1", + "version": "1.0.2", "description": "rollup-plugin-copy for vite with dev server support.", "type": "module", "main": "./dist/index.js",