We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aea92a commit a159644Copy full SHA for a159644
History.md
@@ -1,7 +1,5 @@
1
# 3.0.0
2
3
-You can test it with `npm install superagent@next`
4
-
5
* Dropped support for Node 0.x. Please upgrade to at least Node 4.
6
* Dropped support for componentjs (Damien Caselli)
7
* Removed deprecated `.part()`/`superagent.Part` APIs.
package.json
@@ -1,6 +1,6 @@
{
"name": "superagent",
- "version": "3.0.0-alpha.3",
+ "version": "3.0.0",
"description": "elegant & feature rich browser / node HTTP with a fluent API",
"scripts": {
"prepublish": "make all",
0 commit comments