Skip to content

Commit ca8e489

Browse files
committed
v1.8.0
1 parent 2da0334 commit ca8e489

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

History.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# 1.8.0-beta.2 (2016-02-27)
2-
3-
To try betas via npm, set ">=1.8.0-beta.2 <2" as the required version.
1+
# 1.8.0 (2016-03-09)
42

53
* Extracted common code into request-base class (Peter Lyons)
64
* It does not affect the public API, but please let us know if you notice any plugins/subclasses breaking!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "superagent",
3-
"version": "1.8.0-beta.2",
3+
"version": "1.8.0",
44
"description": "elegant & feature rich browser / node HTTP with a fluent API",
55
"scripts": {
66
"prepublish": "make all",

0 commit comments

Comments
 (0)