Skip to content

Commit 241b832

Browse files
committed
Release 1.17.1
1 parent 6c3f45d commit 241b832

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v 1.17.1
2+
3+
- Fix direct access to the headers [Issue #319][319].
4+
5+
[319]: https://github.com/eugef/node-mocks-http/pull/319
6+
17
## v 1.17.0
28

39
- Allow access request headers both in Express.js and Web Api (Next.js) manner [Issue #317][317].

package-lock.json

+2-2
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.17.0",
5+
"version": "1.17.1",
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)