Skip to content

Commit

Permalink
chore(release): v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 20, 2023
1 parent 0ff34bc commit 09b49d5
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kawakazu80@gmail.com>
- Michael Brevard <yonshi29@gmail.com>

## v1.8.2

[compare changes](https://github.com/unjs/h3/compare/v1.8.1...v1.8.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 09b49d5

Please sign in to comment.