From 6d06ba9601270297a703388657ef2b2235d934ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 00:24:17 +0900 Subject: [PATCH] chore: update versions (#106) --- .changeset/quiet-crews-tickle.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/quiet-crews-tickle.md diff --git a/.changeset/quiet-crews-tickle.md b/.changeset/quiet-crews-tickle.md deleted file mode 100644 index 0167f2e..0000000 --- a/.changeset/quiet-crews-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vite-plugin-static-copy": patch ---- - -don't crash when the requested path is mapped to a directory diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0f07b..50ed0be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # vite-plugin-static-copy +## 1.0.3 + +### Patch Changes + +- [#105](https://github.com/sapphi-red/vite-plugin-static-copy/pull/105) [`32115f0`](https://github.com/sapphi-red/vite-plugin-static-copy/commit/32115f01abc98b9f128c427d1ffb4363860c5a95) Thanks [@daihuabin](https://github.com/daihuabin)! - don't crash when the requested path is mapped to a directory + ## 1.0.2 ### Patch Changes diff --git a/package.json b/package.json index 992ec35..42f5241 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-static-copy", - "version": "1.0.2", + "version": "1.0.3", "description": "rollup-plugin-copy for vite with dev server support.", "type": "module", "main": "./dist/index.js",