Skip to content

Commit 6357e42

Browse files
committed
chore(release): 0.4.2
1 parent 2736b3a commit 6357e42

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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+
### [0.4.2](https://github.com/unjs/h3/compare/v0.4.1...v0.4.2) (2022-03-16)
6+
7+
8+
### Features
9+
10+
* add stream pipe response ([#68](https://github.com/unjs/h3/issues/68)) ([c3eb8ea](https://github.com/unjs/h3/commit/c3eb8eae05218e853da5ee6f2f9783e8dad14d1a))
11+
12+
13+
### Bug Fixes
14+
15+
* **send:** add explicit return type ([2736b3a](https://github.com/unjs/h3/commit/2736b3ac0e65669e3bbed7766bf0c0a40b7ba25d))
16+
517
### [0.4.1](https://github.com/unjs/h3/compare/v0.4.0...v0.4.1) (2022-03-11)
618

719

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h3",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Tiny JavaScript Server",
55
"repository": "unjs/h3",
66
"license": "MIT",
@@ -53,4 +53,4 @@
5353
"vitest": "latest"
5454
},
5555
"packageManager": "pnpm@6.32.3"
56-
}
56+
}

0 commit comments

Comments
 (0)