diff --git a/History.md b/History.md index 148e5e5c3..553a5ea44 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +# 1.8.2 (2016-03-20) + + * Fixed handling of HTTP status 204 with content-encoding: gzip (Andrew Shelton) + * Handling of FormData error events (scriptype) + * Fixed parsing of `vnd+json` MIME types (Kornel LesiƄski) + * Aliased browser implementation of `.parse()` as `.serialize()` for forward compatibility + # 1.8.1 (2016-03-14) * Fixed form-data incompatibility with IE9 diff --git a/component.json b/component.json index 466b4a0ba..d9bd87f48 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "superagent", "repo": "visionmedia/superagent", - "version": "1.9.0", + "version": "1.8.2", "description": "elegant & feature rich browser / node HTTP with a fluent API", "keywords": [ "http", diff --git a/package.json b/package.json index 0fbb3897d..d5fa5b7d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superagent", - "version": "1.9.0", + "version": "1.8.2", "description": "elegant & feature rich browser / node HTTP with a fluent API", "scripts": { "prepublish": "make all",