Skip to content

Commit 974e9ee

Browse files
committed
Release 1.17.2
1 parent 3e73eed commit 974e9ee

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.2
2+
3+
- Fix request.get() when headers are set as an object [Issue #321][321].
4+
5+
[321]: https://github.com/eugef/node-mocks-http/pull/321
6+
17
## v 1.17.1
28

39
- Fix direct access to the headers [Issue #319][319].

package-lock.json

Lines changed: 2 additions & 2 deletions
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.17.1",
5+
"version": "1.17.2",
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)