Skip to content

Commit

Permalink
3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 9, 2014
1 parent a255312 commit f7be983
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
3.x
===
3.6.0 / 2014-05-09
==================

* deprecate `app.del()` -- use `app.delete()` instead
* deprecate `res.json(obj, status)` -- use `res.json(status, obj)` instead
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "3.5.3",
"version": "3.6.0",
"author": "TJ Holowaychuk <[email protected]>",
"contributors": [
{
Expand Down

0 comments on commit f7be983

Please sign in to comment.