We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da0334 commit ca8e489Copy full SHA for ca8e489
History.md
@@ -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.8.0 (2016-03-09)
4
5
* Extracted common code into request-base class (Peter Lyons)
6
* It does not affect the public API, but please let us know if you notice any plugins/subclasses breaking!
package.json
@@ -1,6 +1,6 @@
{
"name": "superagent",
- "version": "1.8.0-beta.2",
+ "version": "1.8.0",
"description": "elegant & feature rich browser / node HTTP with a fluent API",
"scripts": {
"prepublish": "make all",
0 commit comments