Skip to content

Commit 3189d0e

Browse files
committed
chore(release): v4.0.0-alpha.1
1 parent 2b2252d commit 3189d0e

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,60 @@
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+
## v4.0.0-alpha.1
6+
7+
[compare changes](https://github.com/unjs/ipx/compare/v3.1.1...v4.0.0-alpha.1)
8+
9+
### 🚀 Enhancements
10+
11+
- Export `IPXModifiers` ([#272](https://github.com/unjs/ipx/pull/272))
12+
- `serveIPX` util ([2b2252d](https://github.com/unjs/ipx/commit/2b2252d))
13+
14+
### 💅 Refactors
15+
16+
- Modernize ts usage ([23f2564](https://github.com/unjs/ipx/commit/23f2564))
17+
- Upgrade to h3 v2 ([d64cd73](https://github.com/unjs/ipx/commit/d64cd73))
18+
19+
### 📖 Documentation
20+
21+
- Update readme with flatten, modulate, crop + animated modifiers ([#273](https://github.com/unjs/ipx/pull/273))
22+
23+
### 📦 Build
24+
25+
- ⚠️ Esm-only ([48b60f2](https://github.com/unjs/ipx/commit/48b60f2))
26+
- Reduce install size ([69762d7](https://github.com/unjs/ipx/commit/69762d7))
27+
- Optimize dist ([1db481c](https://github.com/unjs/ipx/commit/1db481c))
28+
29+
### 🏡 Chore
30+
31+
- Update dependencies ([c897029](https://github.com/unjs/ipx/commit/c897029))
32+
- Update ci ([f7091d4](https://github.com/unjs/ipx/commit/f7091d4))
33+
- Add automd ([69c00e4](https://github.com/unjs/ipx/commit/69c00e4))
34+
- Update deps ([f799aa1](https://github.com/unjs/ipx/commit/f799aa1))
35+
- Prepare for 4 alpha ([791dac0](https://github.com/unjs/ipx/commit/791dac0))
36+
- Update examples ([42de920](https://github.com/unjs/ipx/commit/42de920))
37+
- Update readme ([5725964](https://github.com/unjs/ipx/commit/5725964))
38+
- Fix type issues ([9f61fd0](https://github.com/unjs/ipx/commit/9f61fd0))
39+
- Add basic migration nodes ([21afdb0](https://github.com/unjs/ipx/commit/21afdb0))
40+
41+
### ✅ Tests
42+
43+
- Update tests ([c9cd3af](https://github.com/unjs/ipx/commit/c9cd3af))
44+
45+
### 🤖 CI
46+
47+
- Run automd via lint:fix ([7fb1298](https://github.com/unjs/ipx/commit/7fb1298))
48+
- Build before typehecking ([c88b6db](https://github.com/unjs/ipx/commit/c88b6db))
49+
50+
#### ⚠️ Breaking Changes
51+
52+
- ⚠️ Esm-only ([48b60f2](https://github.com/unjs/ipx/commit/48b60f2))
53+
54+
### ❤️ Contributors
55+
56+
- Pooya Parsa ([@pi0](https://github.com/pi0))
57+
- Daniel Roe ([@danielroe](https://github.com/danielroe))
58+
559
## v3.1.1
660

761
[compare changes](https://github.com/unjs/ipx/compare/v3.1.0...v3.1.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipx",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
44
"description": "High performance, secure and easy-to-use image optimizer.",
55
"repository": "unjs/ipx",
66
"license": "MIT",

0 commit comments

Comments
 (0)