Skip to content

Commit d8b0883

Browse files
committed
chore(release): v1.0.2
1 parent 9dda5c7 commit d8b0883

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## v1.0.2
4+
5+
[compare changes](https://github.com/unjs/node-mock-http/compare/v1.0.1...v1.0.2)
6+
7+
### 🩹 Fixes
8+
9+
- Correct `AsyncIteratorPrototype` retrieval in events polyfill ([#11](https://github.com/unjs/node-mock-http/pull/11))
10+
11+
### 🏡 Chore
12+
13+
- Update deps ([438ba50](https://github.com/unjs/node-mock-http/commit/438ba50))
14+
15+
### ❤️ Contributors
16+
17+
- Ryota Watanabe ([@wattanx](https://github.com/wattanx))
18+
- Pooya Parsa ([@pi0](https://github.com/pi0))
19+
320
## v1.0.1
421

522
[compare changes](https://github.com/unjs/node-mock-http/compare/v1.0.0...v1.0.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-mock-http",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"repository": "unjs/node-mock-http",
66
"license": "MIT",

0 commit comments

Comments
 (0)