Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Mar 3, 2024
1 parent a182ebc commit 63c9485
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.0.0

# Background

This is a stable version.

### Major

- Rename plugin `cp` as `tarball` and remove unnecessary options.

### Improves

- Optimize compression task.

## 0.12.0

# Background
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default defineComponent({
the original assets you also follow the way.

> Can i create a tarball for all of assets after compressed?
- Yes, you can import `tarball` plugin from this package(>=12.0.0)
- Yes, you can import `tarball` plugin from this package(>=1.0.0)
```js
import { defineComponent } from 'vite'
import { compression, tarball } from 'vite-plugin-compression2'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-compression2",
"packageManager": "[email protected]",
"version": "0.12.0",
"version": "1.0.0",
"description": "a fast vite compression plugin",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
}
},
"devDependencies": {
"@nolyfill/es-aggregate-error": "^1.0.21",
"@nolyfill/es-aggregate-error": "^1.0.28",
"@types/gunzip-maybe": "^1.4.2",
"@types/node": "^17.0.14",
"@types/tar": "^6.1.11",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -964,12 +964,12 @@ __metadata:
languageName: node
linkType: hard

"@nolyfill/es-aggregate-error@npm:^1.0.21":
version: 1.0.21
resolution: "@nolyfill/es-aggregate-error@npm:1.0.21"
"@nolyfill/es-aggregate-error@npm:^1.0.28":
version: 1.0.28
resolution: "@nolyfill/es-aggregate-error@npm:1.0.28"
dependencies:
"@nolyfill/shared": "npm:1.0.21"
checksum: 10/eb36211cd1328dbe868483827937431f4514fa27ab96af794a086f18730c514dbfe9da4ab1cabb68b974c0fffeefe4d4fa818705303b890ae0de8a052195c04d
"@nolyfill/shared": "npm:1.0.28"
checksum: 10/7b7b5871dd417f434ea9174fe901fc2533e30b319a5f25ed6762657bfcef1da682568fbcef75483dfb9b8657c19a278bb3a1693b6ec407f98a7f17600f60ffdc
languageName: node
linkType: hard

Expand All @@ -980,6 +980,13 @@ __metadata:
languageName: node
linkType: hard

"@nolyfill/shared@npm:1.0.28":
version: 1.0.28
resolution: "@nolyfill/shared@npm:1.0.28"
checksum: 10/395261f73688e2a58f78c34238a13176feb2b79b0a331d9bcf6bfdb9d8473115934468e73eefe89614a0e5cb0b896d900c0e738de452fbb4d3648c944db02428
languageName: node
linkType: hard

"@npmcli/fs@npm:^3.1.0":
version: 3.1.0
resolution: "@npmcli/fs@npm:3.1.0"
Expand Down Expand Up @@ -7382,7 +7389,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "vite-plugin-compression2@workspace:."
dependencies:
"@nolyfill/es-aggregate-error": "npm:^1.0.21"
"@nolyfill/es-aggregate-error": "npm:^1.0.28"
"@rollup/pluginutils": "npm:^5.0.2"
"@types/gunzip-maybe": "npm:^1.4.2"
"@types/node": "npm:^17.0.14"
Expand Down

0 comments on commit 63c9485

Please sign in to comment.