Skip to content

Commit b41eb6b

Browse files
chore: update versions (#136)
1 parent 00ed098 commit b41eb6b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/curvy-cougars-wonder.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vite-plugin-static-copy
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 2.0.0
410

511
### Major Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-static-copy",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "rollup-plugin-copy for vite with dev server support.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)