diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e29d7e..16a771b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +- Aura Román ([@kyranet](http://github.com/kyranet)) +- Paweł Szafrański +- Lexpeartha +- Daniel Roe + ## v1.2.0 [compare changes](https://github.com/unjs/ipx/compare/v1.1.0...v1.2.0) diff --git a/package.json b/package.json index 6346b67..c47bfe0 100644 --- a/package.json +++ b/package.json @@ -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": "pnpm@8.7.1" -} +} \ No newline at end of file