Compare commits

..

2 Commits
3.3.3 ... 3.3.4

Author SHA1 Message Date
TJ Holowaychuk
8fe1e2a5b4 Release 3.3.4 2013-07-08 14:42:45 -07:00
TJ Holowaychuk
909dbb81d5 update send and connect 2013-07-08 14:40:02 -07:00
2 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,9 @@
3.3.4 / 2013-07-08
==================
* update send and connect
3.3.3 / 2013-07-04
==================

View File

@@ -1,7 +1,7 @@
{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "3.3.3",
"version": "3.3.4",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{
@@ -22,7 +22,7 @@
}
],
"dependencies": {
"connect": "2.8.3",
"connect": "2.8.4",
"commander": "1.2.0",
"range-parser": "0.0.4",
"mkdirp": "0.3.5",
@@ -30,7 +30,7 @@
"buffer-crc32": "0.2.1",
"fresh": "0.1.0",
"methods": "0.0.1",
"send": "0.1.2",
"send": "0.1.3",
"cookie-signature": "1.0.1",
"debug": "*"
},