Skip to content

Commit abe7ddb

Browse files
committed
chore(release): v1.5.0
1 parent bdca859 commit abe7ddb

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
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.5.0
6+
7+
[compare changes](https://github.com/unjs/h3/compare/v1.4.0...v1.5.0)
8+
9+
10+
### 🚀 Enhancements
11+
12+
- Add cors utils ([#322](https://github.com/unjs/h3/pull/322))
13+
- **proxy:** Support `cookieDomainRewrite` and `cookiePathRewrite` ([#313](https://github.com/unjs/h3/pull/313))
14+
15+
### 🩹 Fixes
16+
17+
- **proxy:** Separate multiple cookie headers ([#319](https://github.com/unjs/h3/pull/319))
18+
19+
### 📖 Documentation
20+
21+
- Update build status badge url ([#331](https://github.com/unjs/h3/pull/331))
22+
23+
### 🌊 Types
24+
25+
- Export `MultiPartData` ([#332](https://github.com/unjs/h3/pull/332))
26+
27+
### 🏡 Chore
28+
29+
- Improve `lint` npm script ([#329](https://github.com/unjs/h3/pull/329))
30+
- Update ufo dependency ([bdca859](https://github.com/unjs/h3/commit/bdca859))
31+
32+
### ❤️ Contributors
33+
34+
- Pooya Parsa <pooya@pi0.io>
35+
- Enkot <taras.batenkov@gmail.com>
36+
- Nozomu Ikuta
37+
- Martin Meixger <martin@meixger.com>
38+
- Divyansh Singh
39+
540
## v1.4.0
641

742
[compare changes](https://github.com/unjs/h3/compare/v1.3.0...v1.4.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.4.0",
3+
"version": "1.5.0",
44
"description": "Tiny JavaScript Server",
55
"repository": "unjs/h3",
66
"license": "MIT",

0 commit comments

Comments
 (0)