Skip to content

Commit ae91fc8

Browse files
committed
chore(release): v1.10.0
1 parent 6c7cf53 commit ae91fc8

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
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+
## v1.10.0
6+
7+
[compare changes](https://github.com/unjs/h3/compare/v1.9.0...v1.10.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **validate:** Provide validate error in `data` ([#594](https://github.com/unjs/h3/pull/594))
12+
13+
### 🩹 Fixes
14+
15+
- **readRawBody:** Check `req.rawBody` before `req.body` ([#604](https://github.com/unjs/h3/pull/604))
16+
17+
### 📖 Documentation
18+
19+
- Add `h3-compression` to community packages ([#524](https://github.com/unjs/h3/pull/524))
20+
- Add examples ([#539](https://github.com/unjs/h3/pull/539))
21+
22+
### 🌊 Types
23+
24+
- Add generics to `isError` and update `DataT` default generic param ([#582](https://github.com/unjs/h3/pull/582))
25+
- **setResponseHeaders:** Add autocompletion for header names ([#601](https://github.com/unjs/h3/pull/601))
26+
27+
### 🏡 Chore
28+
29+
- **release:** V1.9.0 ([09b49d5](https://github.com/unjs/h3/commit/09b49d5))
30+
- Update vitest and lockfile ([62100fb](https://github.com/unjs/h3/commit/62100fb))
31+
- Update vitest typecheck ([39f9434](https://github.com/unjs/h3/commit/39f9434))
32+
33+
### 🤖 CI
34+
35+
- Fix nightly release job conditional ([#587](https://github.com/unjs/h3/pull/587))
36+
37+
### ❤️ Contributors
38+
39+
- Michael Brevard <yonshi29@gmail.com>
40+
- Pooya Parsa ([@pi0](http://github.com/pi0))
41+
- Estéban ([@Barbapapazes](http://github.com/Barbapapazes))
42+
- Gregor Becker ([@CodeDredd](http://github.com/CodeDredd))
43+
- Bobbie Goede <bobbiegoede@gmail.com>
44+
- Sébastien Chopin <seb@nuxtjs.com>
45+
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))
46+
547
## v1.9.0
648

749
[compare changes](https://github.com/unjs/h3/compare/v1.8.2...v1.9.0)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h3",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "Minimal H(TTP) framework built for high performance and portability.",
55
"repository": "unjs/h3",
66
"license": "MIT",
@@ -66,4 +66,4 @@
6666
"zod": "^3.22.4"
6767
},
6868
"packageManager": "pnpm@8.11.0"
69-
}
69+
}

0 commit comments

Comments
 (0)