diff --git a/History.md b/History.md index 99c00e3c72..d784c26cf2 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,13 @@ +3.4.4 / 2013-10-29 +================== + + * update connect + * update supertest + * update methods + * express(1): replace bodyParser() with urlencoded() and json() #1795 @chirag04 + 3.4.3 / 2013-10-23 -=================== +================== * update connect diff --git a/package.json b/package.json index fee2e90ab0..845b22e6b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "express", "description": "Sinatra inspired web development framework", - "version": "3.4.3", + "version": "3.4.4", "author": "TJ Holowaychuk ", "contributors": [ {