From 893bf91a8a4e49c63b6e32065991b13a7d27ed4c Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 6 Sep 2014 00:45:37 -0400 Subject: [PATCH] 1.3.3 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",