Skip to content

Commit

Permalink
Merge pull request #290 from bitinn/1.x-npm-5-release
Browse files Browse the repository at this point in the history
1.7.1 release
  • Loading branch information
bitinn committed Jun 3, 2017
2 parents 7365ad7 + 37f850d commit 4bb15ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Expand Up @@ -5,9 +5,13 @@ Changelog

# 1.x release

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

## v1.7.1

(Note: this is a maintenance release, `1.x` will only have backported bugfix beyond this release.)
- Fix: close local test server properly under Node 8.

## v1.7.0

- Fix: revert change in `v1.6.2` where 204 no-content response is handled with a special case, this conflicts with browser Fetch implementation (as browsers always throw when res.json() parses an empty string). Since this is an operational error, it's wrapped in a `FetchError` for easier error handling.
- Fix: move code coverage tool to codecov platform and update travis config
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "node-fetch",
"version": "1.7.0",
"version": "1.7.1",
"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 4bb15ce

Please sign in to comment.