diff --git a/CHANGELOG.md b/CHANGELOG.md index 76c1e240..f159347c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,48 @@ 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.10.0 + +[compare changes](https://github.com/unjs/h3/compare/v1.9.0...v1.10.0) + +### 🚀 Enhancements + +- **validate:** Provide validate error in `data` ([#594](https://github.com/unjs/h3/pull/594)) + +### 🩹 Fixes + +- **readRawBody:** Check `req.rawBody` before `req.body` ([#604](https://github.com/unjs/h3/pull/604)) + +### 📖 Documentation + +- Add `h3-compression` to community packages ([#524](https://github.com/unjs/h3/pull/524)) +- Add examples ([#539](https://github.com/unjs/h3/pull/539)) + +### 🌊 Types + +- Add generics to `isError` and update `DataT` default generic param ([#582](https://github.com/unjs/h3/pull/582)) +- **setResponseHeaders:** Add autocompletion for header names ([#601](https://github.com/unjs/h3/pull/601)) + +### 🏡 Chore + +- **release:** V1.9.0 ([09b49d5](https://github.com/unjs/h3/commit/09b49d5)) +- Update vitest and lockfile ([62100fb](https://github.com/unjs/h3/commit/62100fb)) +- Update vitest typecheck ([39f9434](https://github.com/unjs/h3/commit/39f9434)) + +### 🤖 CI + +- Fix nightly release job conditional ([#587](https://github.com/unjs/h3/pull/587)) + +### ❤️ Contributors + +- Michael Brevard +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Estéban ([@Barbapapazes](http://github.com/Barbapapazes)) +- Gregor Becker ([@CodeDredd](http://github.com/CodeDredd)) +- Bobbie Goede +- Sébastien Chopin +- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala)) + ## v1.9.0 [compare changes](https://github.com/unjs/h3/compare/v1.8.2...v1.9.0) diff --git a/package.json b/package.json index 91823a6b..125198b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h3", - "version": "1.9.0", + "version": "1.10.0", "description": "Minimal H(TTP) framework built for high performance and portability.", "repository": "unjs/h3", "license": "MIT", @@ -66,4 +66,4 @@ "zod": "^3.22.4" }, "packageManager": "pnpm@8.11.0" -} +} \ No newline at end of file