Skip to content

Commit

Permalink
chore: update versions (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 22, 2023
1 parent 8707d84 commit 4e06269
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-turkeys-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-pots-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-fishes-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-bikes-move.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# vite-plugin-static-copy

## 1.0.0

### Major Changes

- [`252f62c`](https://github.com/sapphi-red/vite-plugin-static-copy/commit/252f62ce6c3371367b4593b5c940371a88292021) Thanks [@sapphi-red](https://github.com/sapphi-red)! - drop support for Vite 3 and 4

- [`252f62c`](https://github.com/sapphi-red/vite-plugin-static-copy/commit/252f62ce6c3371367b4593b5c940371a88292021) Thanks [@sapphi-red](https://github.com/sapphi-red)! - drop CJS build. See https://vitejs.dev/guide/troubleshooting.html#this-package-is-esm-only for how to migrate from CJS to ESM.

- [`252f62c`](https://github.com/sapphi-red/vite-plugin-static-copy/commit/252f62ce6c3371367b4593b5c940371a88292021) Thanks [@sapphi-red](https://github.com/sapphi-red)! - drop node 14.18/16/17/19 support

### Patch Changes

- [#67](https://github.com/sapphi-red/vite-plugin-static-copy/pull/67) [`8707d84`](https://github.com/sapphi-red/vite-plugin-static-copy/commit/8707d84d478c3b183cf8639d27158aba9318a0c6) Thanks [@sapphi-red](https://github.com/sapphi-red)! - copy only once even if multiple bundles are generated
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-static-copy",
"version": "0.17.1",
"version": "1.0.0",
"description": "rollup-plugin-copy for vite with dev server support.",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 4e06269

Please sign in to comment.