Skip to content

Commit 40e0e75

Browse files
committed
Release 1.16.0
1 parent 3a87b42 commit 40e0e75

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

HISTORY.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v 1.16.0
2+
3+
- Add appendHeader to MockResponse [Issue #306][306].
4+
- Add Fetch API types as accepted mock parameters [Issue #291][291].
5+
6+
[306]: https://github.com/eugef/node-mocks-http/pull/306
7+
[291]: https://github.com/eugef/node-mocks-http/pull/291
8+
19
## v 1.15.1
210

311
- Allowing @types/node v22 [Issue #305][305].

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Howard Abrams <[email protected]> (http://www.github.com/howardabrams)",
33
"name": "node-mocks-http",
44
"description": "Mock 'http' objects for testing Express, Next.js and Koa routing functions",
5-
"version": "1.15.1",
5+
"version": "1.16.0",
66
"homepage": "https://github.com/eugef/node-mocks-http",
77
"bugs": {
88
"url": "https://github.com/eugef/node-mocks-http/issues"

0 commit comments

Comments
 (0)