Skip to content

Commit 5f707b6

Browse files
chore: update versions (#147)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 26cbffe commit 5f707b6

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/grumpy-oranges-boil.md

-5
This file was deleted.

.changeset/ripe-crabs-chew.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- [`281f5b2`](https://github.com/sapphi-red/vite-plugin-static-copy/commit/281f5b22aaa23a055af93553da8c84932ef31c41) Thanks [@sapphi-red](https://github.com/sapphi-red)! - improve performance by coping files concurrently when possible
8+
9+
### Patch Changes
10+
11+
- [#149](https://github.com/sapphi-red/vite-plugin-static-copy/pull/149) [`a9f35c9`](https://github.com/sapphi-red/vite-plugin-static-copy/commit/a9f35c9557b0ab710006c83418c3c982c2eb746e) Thanks [@sapphi-red](https://github.com/sapphi-red)! - ensure `.[cm]?[tj]sx?` static assets are JS mime to align with Vite. https://github.com/vitejs/vite/pull/19453
12+
313
## 2.2.0
414

515
### Minor 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.2.0",
3+
"version": "2.3.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)