Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 13, 2012
1 parent ad97d5c commit c1103bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -1,4 +1,11 @@

0.4.1 / 2012-04-13
==================

* Added HTTP PATCH support
* Fixed: GET / HEAD when following redirects. Closes #86
* Fixed Content-Length detection for multibyte chars

0.4.0 / 2012-03-04
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/node/index.js
Expand Up @@ -33,7 +33,7 @@ exports = module.exports = request;
* Library version.
*/

exports.version = '0.4.0';
exports.version = '0.4.1';

/**
* Expose `Part`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "superagent"
, "version": "0.4.0"
, "version": "0.4.1"
, "description": "elegant progressive ajax client"
, "keywords": ["http", "ajax", "request", "agent"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
Expand Down

0 comments on commit c1103bd

Please sign in to comment.