Skip to content

Commit 9e0812c

Browse files
committed
chore(release): v1.13.1
1 parent de24917 commit 9e0812c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
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.13.1
6+
7+
[compare changes](https://github.com/unjs/h3/compare/v1.13.0...v1.13.1)
8+
9+
### 🩹 Fixes
10+
11+
- **proxy:** Ignore incoming `accept-encoding` header ([#914](https://github.com/unjs/h3/pull/914))
12+
- **proxy:** Pass `host` for local targets ([#946](https://github.com/unjs/h3/pull/946))
13+
14+
### 📖 Documentation
15+
16+
- Fix typos ([#917](https://github.com/unjs/h3/pull/917))
17+
- Fix typos ([#918](https://github.com/unjs/h3/pull/918))
18+
- Fix typos ([#919](https://github.com/unjs/h3/pull/919))
19+
- Remove duplicate list ([#939](https://github.com/unjs/h3/pull/939))
20+
21+
### 🏡 Chore
22+
23+
- Update badges ([37a0e856](https://github.com/unjs/h3/commit/37a0e856))
24+
- Update deps ([fdfdf678](https://github.com/unjs/h3/commit/fdfdf678))
25+
- **docs:** Update lockfile ([b264dfb1](https://github.com/unjs/h3/commit/b264dfb1))
26+
- **docs:** Update undocs ([3bf8af0a](https://github.com/unjs/h3/commit/3bf8af0a))
27+
- Update dev deps ([4e43afa2](https://github.com/unjs/h3/commit/4e43afa2))
28+
- Lint ([28a45692](https://github.com/unjs/h3/commit/28a45692))
29+
- Ignore unenv issue ([4fe5086b](https://github.com/unjs/h3/commit/4fe5086b))
30+
- Update deps and lockfile ([10e98be6](https://github.com/unjs/h3/commit/10e98be6))
31+
32+
### ❤️ Contributors
33+
34+
- Pooya Parsa ([@pi0](http://github.com/pi0))
35+
- Mak <mmmm.mm@mail.com>
36+
- Daniel Rentz ([@danielrentz](http://github.com/danielrentz))
37+
538
## v1.13.0
639

740
[compare changes](https://github.com/unjs/h3/compare/v1.12.0...v1.13.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h3",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"description": "Minimal H(TTP) framework built for high performance and portability.",
55
"repository": "unjs/h3",
66
"license": "MIT",

0 commit comments

Comments
 (0)