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 1c76425..69417aa 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",