Skip to content

Commit

Permalink
2.0.0-alpha.1
Browse files Browse the repository at this point in the history
Fixes #8.
Fixes #209.
Fixes #222.
  • Loading branch information
TimothyGu committed Jan 15, 2017
1 parent 8cf1541 commit 908f661
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Changelog

# 2.x release

## v2.0.0-alpha.1 (UNRELEASED)
## v2.0.0-alpha.1

This is a major release. Check [our upgrade guide](https://github.com/bitinn/node-fetch/blob/master/UPGRADE-GUIDE.md) for an overview on some key differences between v1 and v2.

- Major: Node.js 0.10.x support is dropped
- Major: rewrite in transpiled ES2015
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-fetch",
"version": "1.6.3",
"description": "A light-weight module that brings window.fetch to node.js and io.js",
"version": "2.0.0-alpha.1",
"description": "A light-weight module that brings window.fetch to node.js",
"main": "lib/index.js",
"jsnext:main": "lib/index.es.js",
"files": [
Expand Down

0 comments on commit 908f661

Please sign in to comment.