Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 7, 2011
1 parent 57f493e commit 4b5a365
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

1.3.0 / 2011-04-06
==================

* Added `router.remove(path[, method])` to remove a route

1.2.3 / 2011-04-05
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exports = module.exports = createServer;
* Framework version.
*/

exports.version = '1.2.3';
exports.version = '1.3.0';

/**
* Initialize a new `connect.HTTPServer` with the middleware
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connect",
"version": "1.2.3",
"version": "1.3.0",
"description": "High performance middleware framework",
"keywords": ["framework", "web", "middleware", "connect", "rack"],
"repository": "git://github.com/senchalabs/connect.git",
Expand Down

0 comments on commit 4b5a365

Please sign in to comment.