Skip to content

Commit

Permalink
1.7.3 (#341)
Browse files Browse the repository at this point in the history
* and changelog update
  • Loading branch information
bitinn committed Sep 8, 2017
1 parent 7948999 commit 16f33bf
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.3

- Enhance: `FetchError` now gives a correct trace stack (backport from v2.x relese).

## 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.
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.2",
"version": "1.7.3",
"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 16f33bf

Please sign in to comment.