diff --git a/HISTORY.md b/HISTORY.md index d01a77a..9b42e8d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.3.3 / 2014-09-05 +================== * deps: cookie-signature@1.0.5 diff --git a/package.json b/package.json index d2f53c5..c617c6a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cookie-parser", "description": "cookie parsing with signatures", - "version": "1.3.2", + "version": "1.3.3", "author": "TJ Holowaychuk (http://tjholowaychuk.com)", "licenses": "MIT", "repository": "expressjs/cookie-parser",