diff --git a/CHANGELOG.md b/CHANGELOG.md index ea8ebe71c..e298b1b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 892b93068..6bf8e40e8 100644 --- a/package.json +++ b/package.json @@ -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": {