Skip to content

Commit d7f9073

Browse files
committed
chore(release): v0.1.1
1 parent 46d0a9d commit d7f9073

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
4+
## v0.1.1
5+
6+
[compare changes](https://github.com/unjs/node-mock-http/compare/v0.1.0...v0.1.1)
7+
8+
### 🩹 Fixes
9+
10+
- **fetchNodeRequestHandler:** Add `AbstractRequest` to `init` types ([46d0a9d](https://github.com/unjs/node-mock-http/commit/46d0a9d))
11+
12+
### 💅 Refactors
13+
14+
- Use much smaller events polyfill from unenv v1 ([afec2cc](https://github.com/unjs/node-mock-http/commit/afec2cc))
15+
16+
### 🏡 Chore
17+
18+
- Update repo ([859fddf](https://github.com/unjs/node-mock-http/commit/859fddf))
19+
20+
### ❤️ Contributors
21+
22+
- Pooya Parsa ([@pi0](http://github.com/pi0))
23+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-mock-http",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"repository": "unjs/node-mock-http",
66
"license": "MIT",

0 commit comments

Comments
 (0)