Skip to content

Commit

Permalink
v1.7.2 (#325)
Browse files Browse the repository at this point in the history
* Fix: when using node-fetch with test framework such as `jest`, `instanceof` check could fail in `Headers` class. This is causing some header values, such as `set-cookie`, to be dropped incorrectly.
  • Loading branch information
bitinn committed Aug 8, 2017
1 parent db2be5a commit 3c9b64c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Changelog

(Note: `1.x` will only have backported bugfix releases beyond `1.7.0`)

## v1.7.2

- Fix: when using node-fetch with test framework such as `jest`, `instanceof` check could fail in `Headers` class. This is causing some header values, such as `set-cookie`, to be dropped incorrectly.

## v1.7.1

- Fix: close local test server properly under Node 8.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-fetch",
"version": "1.7.1",
"version": "1.7.2",
"description": "A light-weight module that brings window.fetch to node.js and io.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3c9b64c

Please sign in to comment.