Skip to content

Commit

Permalink
Release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 17, 2011
1 parent bf78076 commit a7520ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

2.5.1 / 2011-11-17
==================

* Changed: updated connect to 1.8.x
* Removed sass.js support from express(1)

2.5.0 / 2011-10-24
==================

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

exports.version = '2.5.0';
exports.version = '2.5.1';

/**
* Shortcut for `new Server(...)`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "2.5.0",
"version": "2.5.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{ "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" },
Expand Down

0 comments on commit a7520ad

Please sign in to comment.