This commit is contained in:
Jonathan Ong
2013-12-01 12:21:08 -08:00
parent 2939075f03
commit 7724fc6af7
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
3.4.6 / 2013-12-01
==================
* update connect (raw-body)
3.4.5 / 2013-11-27
==================

View File

@@ -1,7 +1,7 @@
{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "3.4.5",
"version": "3.4.6",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{
@@ -22,7 +22,7 @@
}
],
"dependencies": {
"connect": "2.11.1",
"connect": "2.11.2",
"commander": "1.3.2",
"range-parser": "0.0.4",
"mkdirp": "0.3.5",