From 8133968c429c3f48eb8e3ed54932c52743ac9034 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 19 May 2015 21:34:57 -0400 Subject: [PATCH] 1.3.5 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f93cb53..f7888b2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.3.5 / 2015-05-19 +================== * deps: cookie@0.1.3 - Slight optimizations diff --git a/package.json b/package.json index 8664b45..f3c3d52 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cookie-parser", "description": "cookie parsing with signatures", - "version": "1.3.4", + "version": "1.3.5", "author": "TJ Holowaychuk (http://tjholowaychuk.com)", "license": "MIT", "repository": "expressjs/cookie-parser",