Skip to content

Commit 97ccc4d

Browse files
committed
chore(release): v1.14.0
1 parent 3f9e703 commit 97ccc4d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.14.0
6+
7+
[compare changes](https://github.com/unjs/h3/compare/v1.13.1...v1.14.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **session:** Allow using with crossws hooks ([#960](https://github.com/unjs/h3/pull/960))
12+
13+
### 📖 Documentation
14+
15+
- Fix jsdoc ([#953](https://github.com/unjs/h3/pull/953))
16+
17+
### 🏡 Chore
18+
19+
- Update deps ([a2338be8](https://github.com/unjs/h3/commit/a2338be8))
20+
21+
### ❤️ Contributors
22+
23+
- Pooya Parsa ([@pi0](http://github.com/pi0))
24+
- Kanonji ([@kanonji](http://github.com/kanonji))
25+
526
## v1.13.1
627

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

package.json

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

0 commit comments

Comments
 (0)