-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,52 @@ | |
|
||
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. | ||
|
||
## v1.3.0 | ||
|
||
[compare changes](https://github.com/unjs/ipx/compare/v1.2.0...v1.3.0) | ||
|
||
### 🚀 Enhancements | ||
|
||
- **handlers:** Support `kernel` modifier ([#143](https://github.com/unjs/ipx/pull/143)) | ||
|
||
### 🩹 Fixes | ||
|
||
- Provide options to sharp method ([#138](https://github.com/unjs/ipx/pull/138)) | ||
- Add `heic` to the supported formats ([#130](https://github.com/unjs/ipx/pull/130)) | ||
|
||
### 📖 Documentation | ||
|
||
- Mention background modifier ([#156](https://github.com/unjs/ipx/pull/156)) | ||
- Update `background` modifier example ([2c6ad22](https://github.com/unjs/ipx/commit/2c6ad22)) | ||
- Add `h3` middleware example ([#144](https://github.com/unjs/ipx/pull/144)) | ||
|
||
### 📦 Build | ||
|
||
- Update exports field for type support ([f43772b](https://github.com/unjs/ipx/commit/f43772b)) | ||
|
||
### 🏡 Chore | ||
|
||
- Fix internal typo ([#148](https://github.com/unjs/ipx/pull/148)) | ||
- Update dependencies ([5b34193](https://github.com/unjs/ipx/commit/5b34193)) | ||
- Replace nodemon with listhen ([a008152](https://github.com/unjs/ipx/commit/a008152)) | ||
|
||
### 🎨 Styles | ||
|
||
- Format with prettier v3 ([4c5e8bb](https://github.com/unjs/ipx/commit/4c5e8bb)) | ||
|
||
### 🤖 CI | ||
|
||
- Add autofix ([3bffaa4](https://github.com/unjs/ipx/commit/3bffaa4)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Pooya Parsa ([@pi0](http://github.com/pi0)) | ||
- Dominik Opyd <[email protected]> | ||
- Aura Román ([@kyranet](http://github.com/kyranet)) | ||
- Paweł Szafrański <[email protected]> | ||
- Lexpeartha | ||
- Daniel Roe <[email protected]> | ||
|
||
## v1.2.0 | ||
|
||
[compare changes](https://github.com/unjs/ipx/compare/v1.1.0...v1.2.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ipx", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"repository": "unjs/ipx", | ||
"license": "MIT", | ||
"exports": { | ||
|
@@ -62,4 +62,4 @@ | |
"vitest": "^0.34.3" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |