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",