Skip to content

Commit 89265ec

Browse files
committed
chore(release): v1.15.1
1 parent d1c00fc commit 89265ec

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.15.1
6+
7+
[compare changes](https://github.com/unjs/h3/compare/v1.15.0...v1.15.1)
8+
9+
### 🩹 Fixes
10+
11+
- **setCookie:** Properly merge and dedup `set-cookie` header ([#981](https://github.com/unjs/h3/pull/981))
12+
13+
### ❤️ Contributors
14+
15+
- Pooya Parsa <pyapar@gmail.com>
16+
517
## v1.15.0
618

719
[compare changes](https://github.com/unjs/h3/compare/v1.14.0...v1.15.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h3",
3-
"version": "1.15.0",
3+
"version": "1.15.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)