Skip to content

Commit

Permalink
Release 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eugef committed Sep 9, 2024
1 parent 3a87b42 commit 40e0e75
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v 1.16.0

- Add appendHeader to MockResponse [Issue #306][306].
- Add Fetch API types as accepted mock parameters [Issue #291][291].

[306]: https://github.com/eugef/node-mocks-http/pull/306
[291]: https://github.com/eugef/node-mocks-http/pull/291

## v 1.15.1

- Allowing @types/node v22 [Issue #305][305].
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Howard Abrams <howard.abrams@gmail.com> (http://github.com/howardabrams)",
"name": "node-mocks-http",
"description": "Mock 'http' objects for testing Express, Next.js and Koa routing functions",
"version": "1.15.1",
"version": "1.16.0",
"homepage": "https://github.com/eugef/node-mocks-http",
"bugs": {
"url": "https://github.com/eugef/node-mocks-http/issues"
Expand Down

0 comments on commit 40e0e75

Please sign in to comment.