Skip to content

Commit 7273ab4

Browse files
committed
chore(release): v1.7.1
1 parent 4c609b2 commit 7273ab4

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
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.7.1
6+
7+
[compare changes](https://github.com/unjs/h3/compare/v1.7.0...v1.7.1)
8+
9+
10+
### 🩹 Fixes
11+
12+
- **fetchWithEvent:** Allow customizing fetch impl type ([#414](https://github.com/unjs/h3/pull/414))
13+
14+
### 💅 Refactors
15+
16+
- Improve `H3Error` ([#415](https://github.com/unjs/h3/pull/415))
17+
18+
### 📖 Documentation
19+
20+
- Update link to how it works ([3dd2376](https://github.com/unjs/h3/commit/3dd2376))
21+
22+
### 🏡 Chore
23+
24+
- **release:** V1.7.0 ([709708f](https://github.com/unjs/h3/commit/709708f))
25+
- Add codecov.yml ([33f434f](https://github.com/unjs/h3/commit/33f434f))
26+
- Ignore eslint warning ([4c609b2](https://github.com/unjs/h3/commit/4c609b2))
27+
28+
### ❤️ Contributors
29+
30+
- Pooya Parsa ([@pi0](http://github.com/pi0))
31+
- Daniel Roe <daniel@roe.dev>
32+
- Med Talhaouy
33+
534
## v1.7.0
635

736
[compare changes](https://github.com/unjs/h3/compare/v1.6.6...v1.7.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h3",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Tiny JavaScript Server",
55
"repository": "unjs/h3",
66
"license": "MIT",

0 commit comments

Comments
 (0)