From b101c24997cbd3728033ddd05a9cd0a33e1ac4ed Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 12 Feb 2017 16:53:07 -0500 Subject: [PATCH] 2.0.0-alpha.3 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8794d77..a951513 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +2.0.0-alpha.3 / 2017-02-12 +========================== * Use `Object.defineProperty` instead of deprecated `__define*__` * deps: cookies@0.6.2 diff --git a/package.json b/package.json index d35c67a..f306bdf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cookie-session", "description": "cookie session middleware", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"