Release 3.2.1

This commit is contained in:
TJ Holowaychuk
2013-04-29 19:17:08 -07:00
parent 3fb7c4e1db
commit 9f06d9b03f
2 changed files with 9 additions and 1 deletions

View File

@@ -1,4 +1,12 @@
3.2.1 / 2013-04-29
==================
* add app.VERB() paths array deprecation warning
* update connect
* update qs and remove all ~ semver crap
* fix: accept number as value of Signed Cookie
3.2.0 / 2013-04-15
==================

View File

@@ -1,7 +1,7 @@
{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "3.2.0",
"version": "3.2.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{