Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Sep 6, 2018
1 parent f12a92a commit edf5f73
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.0 - 2018-08-06

Denis Malinochkin <[email protected]>

* Provide original status message and body to the NetworkError [#131](https://github.com/nodules/asker/pull/131)

## 1.1.1 - 2016-04-06

Vladimir Varankin <[email protected]>
Expand Down
4 changes: 4 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Migration

## 2.0.0

There should be no reason for any code changes with the new asker 2. Just use Node.js 0.12+.

## 1.0.0

Version 1.0.0 introduced the following breaking changes:
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": "asker",
"version": "1.1.1",
"version": "2.0.0",
"description": "http.request wrapper with request retries and http.Agent tuning",
"main": "./lib/asker.js",
"scripts": {
Expand Down

0 comments on commit edf5f73

Please sign in to comment.