From b41eb6b092fa65a65c96dc2d413b514fb9de937d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 21:59:00 +0900 Subject: [PATCH] chore: update versions (#136) --- .changeset/curvy-cougars-wonder.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/curvy-cougars-wonder.md diff --git a/.changeset/curvy-cougars-wonder.md b/.changeset/curvy-cougars-wonder.md deleted file mode 100644 index 0f9f962..0000000 --- a/.changeset/curvy-cougars-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-static-copy': minor ---- - -Allows user to optionally configure when the plugin is ran by passing in a Rollup hook name diff --git a/CHANGELOG.md b/CHANGELOG.md index 457d1ed..d5a23a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # vite-plugin-static-copy +## 2.1.0 + +### Minor Changes + +- [#133](https://github.com/sapphi-red/vite-plugin-static-copy/pull/133) [`b9c09bd`](https://github.com/sapphi-red/vite-plugin-static-copy/commit/b9c09bd80d6706113bd4715c3cd68e6819e19f58) Thanks [@rschristian](https://github.com/rschristian)! - Allows user to optionally configure when the plugin is ran by passing in a Rollup hook name + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index d91427c..a046187 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-static-copy", - "version": "2.0.0", + "version": "2.1.0", "description": "rollup-plugin-copy for vite with dev server support.", "type": "module", "main": "./dist/index.js",