diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e1152a..76c1e240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,47 @@ 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.9.0 + +[compare changes](https://github.com/unjs/h3/compare/v1.8.2...v1.9.0) + +### 🚀 Enhancements + +- Support auto complete for http header names ([#542](https://github.com/unjs/h3/pull/542)) +- Add `getValidatedRouterParams` util ([#573](https://github.com/unjs/h3/pull/573)) +- `decode` option for `getRouterParam` ([#556](https://github.com/unjs/h3/pull/556)) +- Add `getRequestFingerprint` util ([#564](https://github.com/unjs/h3/pull/564)) + +### 🩹 Fixes + +- **sendNoContent:** Preserve custom status code if already set ([#577](https://github.com/unjs/h3/pull/577)) + +### 📖 Documentation + +- Add `@intlify/h3` to community packages ([#559](https://github.com/unjs/h3/pull/559)) +- Improve jsdocs ([#574](https://github.com/unjs/h3/pull/574)) +- Add package pronunciation ([#569](https://github.com/unjs/h3/pull/569)) + +### 🌊 Types + +- Add generics to `H3Error` data and `createError` ([#566](https://github.com/unjs/h3/pull/566)) + +### 🏡 Chore + +- Update lockfile ([0ff34bc](https://github.com/unjs/h3/commit/0ff34bc)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Nandi95 +- Horu +- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala)) +- Nozomu Ikuta +- Alexander Lichter ([@manniL](http://github.com/manniL)) +- Łukasz Wołodkiewicz +- Kazuya Kawaguchi +- Michael Brevard + ## v1.8.2 [compare changes](https://github.com/unjs/h3/compare/v1.8.1...v1.8.2) diff --git a/package.json b/package.json index 84916873..5c6aecd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h3", - "version": "1.8.2", + "version": "1.9.0", "description": "Minimal H(TTP) framework built for high performance and portability.", "repository": "unjs/h3", "license": "MIT",