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 324c97a commit 2a3cc1dCopy full SHA for 2a3cc1d
History.md
@@ -1,3 +1,8 @@
1
+# 1.7.1 (2016-01-21)
2
+
3
+ * Fixed a conflict with express when using npm 3.x (Glenn)
4
+ * Fixed redirects after a multipart/form-data POST request (cyclist2)
5
6
# 1.7.0 (2016-01-18)
7
8
* When attaching files, read default filename from the `File` object (JD Isaacks)
package.json
@@ -1,6 +1,6 @@
{
"name": "superagent",
- "version": "1.7.0",
+ "version": "1.7.1",
"description": "elegant & feature rich browser / node HTTP with a fluent API",
"scripts": {
"prepublish": "make all",
0 commit comments