From 69544bd14f50a150591b89da1c92f3e6f89f8c48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:59:36 +0900 Subject: [PATCH] chore: update versions (#80) Co-authored-by: github-actions[bot] --- .changeset/metal-walls-switch.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/metal-walls-switch.md diff --git a/.changeset/metal-walls-switch.md b/.changeset/metal-walls-switch.md deleted file mode 100644 index bcc9d63..0000000 --- a/.changeset/metal-walls-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-static-copy': patch ---- - -using absolute path src with `structured: true` was not working diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ca3df..9cf90e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # vite-plugin-static-copy +## 1.0.1 + +### Patch Changes + +- [#79](https://github.com/sapphi-red/vite-plugin-static-copy/pull/79) [`19b9fca`](https://github.com/sapphi-red/vite-plugin-static-copy/commit/19b9fcade3a3a6b3249f27397a834d5a4c0321cb) Thanks [@sapphi-red](https://github.com/sapphi-red)! - using absolute path src with `structured: true` was not working + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index c48751f..73d6438 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-static-copy", - "version": "1.0.0", + "version": "1.0.1", "description": "rollup-plugin-copy for vite with dev server support.", "type": "module", "main": "./dist/index.js",