Skip to content

Commit

Permalink
1.8.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Feb 27, 2016
1 parent 5984f38 commit 2da0334
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 1.8.0-beta.1 (2016-02-25)
# 1.8.0-beta.2 (2016-02-27)

To try betas via npm, set ">=1.8.0-beta.1 <2" as the required version.
To try betas via npm, set ">=1.8.0-beta.2 <2" as the required version.

* Extracted common code into request-base class (Peter Lyons)
* It does not affect the public API, but please let us know if you notice any plugins/subclasses breaking!
Expand All @@ -9,6 +9,7 @@ To try betas via npm, set ">=1.8.0-beta.1 <2" as the required version.
* Switched to form-data for browserify-compatible `FormData` (Peter Lyons)
* Added `statusCode` to error response when JSON response is malformed (mattdell)
* Prevented TCP port conflicts in all tests (Peter Lyons)
* Updated form-data dependency

# 1.7.2 (2016-01-26)

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": "superagent",
"version": "1.8.0-beta.1",
"version": "1.8.0-beta.2",
"description": "elegant & feature rich browser / node HTTP with a fluent API",
"scripts": {
"prepublish": "make all",
Expand Down

0 comments on commit 2da0334

Please sign in to comment.