Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Sep 8, 2024
1 parent db032da commit 5a25033
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.3.0

# Improves

- `tarball` support generate gz archive.

# Patches

- Fix vite@2 can't work.

## 1.2.0

- Support work with plugins that specify hook order.
Expand All @@ -20,7 +30,6 @@

@mengdaoshizhongxinyang @silverwind


## 1.1.2

# Improve
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export default defineConfig({
plugins: [
// ...your plugin
compression()
// If you want to create a tarball archive you can import tarball plugin from this package and use
// after compression.
]
})
```
Expand Down Expand Up @@ -52,7 +54,7 @@ export default defineConfig({

- `tarball` option `dest` means to generate a tarball somewhere

- `tarball` is based on the `ustart`. It should be compatible with all popular tar distributions out there (gnutar, bsdtar etc)
- `tarball` is based on the `ustar`. It should be compatible with all popular tar distributions out there (gnutar, bsdtar etc)

### Sponsors

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-compression2",
"packageManager": "[email protected]",
"version": "1.2.0",
"version": "1.3.0",
"description": "a fast vite compression plugin",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 5a25033

Please sign in to comment.