Skip to content

Commit fafc594

Browse files
committed
chore(release): v2.1.0
1 parent 912203e commit fafc594

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
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.1.0
6+
7+
[compare changes](https://github.com/unjs/ipx/compare/v2.0.2...v2.1.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **node-fs:** Add support for multiple dirs ([#203](https://github.com/unjs/ipx/pull/203))
12+
13+
### 🩹 Fixes
14+
15+
- Missing maxAge default ([#197](https://github.com/unjs/ipx/pull/197))
16+
- **server:** Set `cache-control` header only after processing image ([#200](https://github.com/unjs/ipx/pull/200))
17+
- Improve data parsing for unstorage ([#204](https://github.com/unjs/ipx/pull/204))
18+
19+
### 💅 Refactors
20+
21+
- Jpeg progressive setting via sharpOptions ([#198](https://github.com/unjs/ipx/pull/198))
22+
23+
### 📦 Build
24+
25+
- `ipx-nightly` release channel ([#191](https://github.com/unjs/ipx/pull/191))
26+
27+
### 🏡 Chore
28+
29+
- Update dependencies ([39c7199](https://github.com/unjs/ipx/commit/39c7199))
30+
31+
### 🤖 CI
32+
33+
- Fix nightly release job conditional ([#195](https://github.com/unjs/ipx/pull/195))
34+
35+
### ❤️ Contributors
36+
37+
- Arkadiusz Sygulski <[email protected]>
38+
- Pooya Parsa ([@pi0](http://github.com/pi0))
39+
- Ucw
40+
- James Wragg <[email protected]>
41+
- Bobbie Goede <[email protected]>
42+
543
## v2.0.2
644

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

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": "2.0.2",
3+
"version": "2.1.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)