Skip to content

Commit 4216c6a

Browse files
committed
chore: release v0.10.6
1 parent 369dc21 commit 4216c6a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.10.6
2+
3+
# Background
4+
5+
### Improves
6+
7+
- Perf types.
8+
- Reduce unnecessary installation packages.
9+
10+
111
## 0.10.5
212

313
# Background

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="https://socialify.git.ci/nonzzz/vite-plugin-compression/image?description=1&font=KoHo&language=1&logo=https%3A%2F%2Fcamo.githubusercontent.com%2F61e102d7c605ff91efedb9d7e47c1c4a07cef59d3e1da202fd74f4772122ca4e%2F68747470733a2f2f766974656a732e6465762f6c6f676f2e737667&name=1&pattern=Solid&theme=Auto" width="640" height="320" />
33
</p>
44

5-
[![codecov](https://codecov.io/gh/nonzzz/vite-compression-plugin/branch/master/graph/badge.svg?token=NG4475OP6B)](https://codecov.io/gh/nonzzz/vite-compression-plugin)
5+
[![codecov](https://codecov.io/gh/nonzzz/vite-plugin-compression/branch/master/graph/badge.svg?token=NG4475OP6B)](https://codecov.io/gh/nonzzz/vite-compression-plugin)
66

77
## Install
88

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-compression2",
33
"packageManager": "[email protected]",
4-
"version": "0.10.5",
4+
"version": "0.10.6",
55
"description": "a fast vite compression plugin",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)