Skip to content

Commit 9144e12

Browse files
committed
chore(release): v1.0.1
1 parent 5384bc2 commit 9144e12

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## v1.0.1
4+
5+
[compare changes](https://github.com/unjs/node-mock-http/compare/v1.0.0...v1.0.1)
6+
7+
### 🩹 Fixes
8+
9+
- Add missing `res.writableAborted` prop ([bd1f26a](https://github.com/unjs/node-mock-http/commit/bd1f26a))
10+
- Move `writableAborted` to stream/writable ([5384bc2](https://github.com/unjs/node-mock-http/commit/5384bc2))
11+
12+
### 🏡 Chore
13+
14+
- Apply automated updates ([8db671c](https://github.com/unjs/node-mock-http/commit/8db671c))
15+
- Fix typos ([#3](https://github.com/unjs/node-mock-http/pull/3))
16+
- Update deps ([718abf7](https://github.com/unjs/node-mock-http/commit/718abf7))
17+
- Add prettierignore ([334155a](https://github.com/unjs/node-mock-http/commit/334155a))
18+
19+
### ❤️ Contributors
20+
21+
- Pooya Parsa ([@pi0](https://github.com/pi0))
22+
- Nick-w-nick ([@nick-w-nick](https://github.com/nick-w-nick))
23+
324
## v1.0.0
425

526
[compare changes](https://github.com/unjs/node-mock-http/compare/v0.1.4...v1.0.0)

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.0",
3+
"version": "1.0.1",
44
"description": "",
55
"repository": "unjs/node-mock-http",
66
"license": "MIT",

0 commit comments

Comments
 (0)