Skip to content

Commit b262ce0

Browse files
committed
chore(release): v3.0.0
1 parent 624b9db commit b262ce0

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v3.0.0
6+
7+
[compare changes](https://github.com/unjs/ipx/compare/v2.1.1-0...v3.0.0)
8+
9+
### 🏡 Chore
10+
11+
- Bump to v3.0.0 rc ([624b9db](https://github.com/unjs/ipx/commit/624b9db))
12+
13+
### ❤️ Contributors
14+
15+
- Pooya Parsa ([@pi0](http://github.com/pi0))
16+
517
## v2.1.0
618

719
[compare changes](https://github.com/unjs/ipx/compare/v2.0.2...v2.1.0)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipx",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0",
44
"repository": "unjs/ipx",
55
"description": "High performance, secure and easy-to-use image optimizer.",
66
"license": "MIT",
@@ -69,4 +69,4 @@
6969
"vitest": "^1.1.3"
7070
},
7171
"packageManager": "[email protected]"
72-
}
72+
}

0 commit comments

Comments
 (0)