Skip to content

Commit

Permalink
Release 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 23, 2011
1 parent 2802221 commit bef6f20
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

1.0.9 / 2011-03-01
==================

* Fixed `SlowBuffer` support for `res.send()`.

1.0.8 / 2011-03-01
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/express/index.js
Expand Up @@ -19,7 +19,7 @@ var exports = module.exports = require('connect').middleware;
* Framework version.
*/

exports.version = '1.0.8';
exports.version = '1.0.9';

/**
* Module dependencies.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "1.0.8",
"version": "1.0.9",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{ "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" },
Expand Down

0 comments on commit bef6f20

Please sign in to comment.