Skip to content

Commit 4828679

Browse files
committed
chore(release): v2.0.1
1 parent 37c467b commit 4828679

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
## v2.0.1
6+
7+
[compare changes](https://github.com/unjs/ipx/compare/v2.0.0...v2.0.1)
8+
9+
### 🩹 Fixes
10+
11+
- **svgo:** Handle javascript uris in `removexss` plugin ([#186](https://github.com/unjs/ipx/pull/186))
12+
13+
### 🏡 Chore
14+
15+
- Update dependencies ([37c467b](https://github.com/unjs/ipx/commit/37c467b))
16+
17+
### ❤️ Contributors
18+
19+
- Pooya Parsa ([@pi0](http://github.com/pi0))
20+
- Seth Falco ([@SethFalco](http://github.com/SethFalco))
21+
522
## v2.0.0
623

724
[compare changes](https://github.com/unjs/ipx/compare/v2.0.0-1...v2.0.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipx",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"repository": "unjs/ipx",
55
"description": "High performance, secure and easy-to-use image optimizer.",
66
"license": "MIT",

0 commit comments

Comments
 (0)