Skip to content

Commit 137b5e2

Browse files
committed
Release 1.17.0
1 parent a63a9c6 commit 137b5e2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v 1.17.0
2+
3+
- Allow access request headers both in Express.js and Web Api (Next.js) manner [Issue #317][317].
4+
5+
[317]: https://github.com/eugef/node-mocks-http/pull/317
6+
17
## v 1.16.2
28

39
- Fix: writeHead() sets headersSent [Issue #313][313].

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.16.2",
5+
"version": "1.17.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)