Skip to content

Commit 2a3cc1d

Browse files
committed
v1.7.1
1 parent 324c97a commit 2a3cc1d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 1.7.0 (2016-01-18)
27

38
* When attaching files, read default filename from the `File` object (JD Isaacks)

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.7.0",
3+
"version": "1.7.1",
44
"description": "elegant & feature rich browser / node HTTP with a fluent API",
55
"scripts": {
66
"prepublish": "make all",

0 commit comments

Comments
 (0)