From 19b8f725d924035574d71e22bcb0a7d06c09ae80 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 24 Aug 2016 13:11:35 -0400 Subject: [PATCH] 1.14.1 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 405e0a13..972d1c96 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.14.1 / 2016-08-24 +=================== * Fix not always resetting session max age before session save * Fix the cookie `sameSite` option to actually alter the `Set-Cookie` diff --git a/package.json b/package.json index 5ecc5f8c..47dfa5e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-session", - "version": "1.14.0", + "version": "1.14.1", "description": "Simple session middleware for Express", "author": "TJ Holowaychuk (http://tjholowaychuk.com)", "contributors": [