Skip to content

Commit 295dfcd

Browse files
committed
Bump
1 parent c2f65c6 commit 295dfcd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2+
# 3.8.3 (2018-04-29)
3+
4+
* Add flags for 201 & 422 responses (Nikhil Fadnis)
5+
* Emit progress event while uploading Node `Buffer` via send method (Sergey Akhalkov)
6+
* Fixed setting correct cookies for redirects (Damien Clark)
7+
* Replace .catch with ['catch'] for IE9 Support (Miguel Stevens)
8+
19
# 3.8.2 (2017-12-09)
210

311
* Fixed handling of exceptions thrown from callbacks

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

0 commit comments

Comments
 (0)