Skip to content

Commit

Permalink
connect 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 30, 2011
1 parent 6f8370f commit 0733d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion History.md
Expand Up @@ -5,7 +5,7 @@
* Added `app.lookup.VERB()`, ex `app.lookup.put('/user/:id')`. Closes #606 * Added `app.lookup.VERB()`, ex `app.lookup.put('/user/:id')`. Closes #606
* Added `app.match.VERB()`, ex `app.match.put('/user/12')`. Closes #606 * Added `app.match.VERB()`, ex `app.match.put('/user/12')`. Closes #606
* Added `app.VERB(path)` as alias of `app.lookup.VERB()`. * Added `app.VERB(path)` as alias of `app.lookup.VERB()`.
* Dependency `connect >= 1.1.6` * Dependency `connect >= 1.2.0`


2.1.1 / 2011-03-29 2.1.1 / 2011-03-29
================== ==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
{ "name": "Guillermo Rauch", "email": "rauchg@gmail.com" } { "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }
], ],
"dependencies": { "dependencies": {
"connect": ">= 1.1.6 < 2.0.0", "connect": ">= 1.2.0 < 2.0.0",
"mime": ">= 0.0.1", "mime": ">= 0.0.1",
"qs": ">= 0.0.6" "qs": ">= 0.0.6"
}, },
Expand Down

0 comments on commit 0733d3c

Please sign in to comment.