From 945e2acfa5fc96d722cd84bff424f3d6f93afc95 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 2 Dec 2014 23:01:40 -0500 Subject: [PATCH] 1.9.3 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index dec5ce20..6e0aabb1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.9.3 / 2014-12-02 +================== * Fix error when `req.sessionID` contains a non-string value diff --git a/package.json b/package.json index 5dc8af9c..373866cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-session", - "version": "1.9.2", + "version": "1.9.3", "description": "Simple session middleware for Express", "author": "TJ Holowaychuk (http://tjholowaychuk.com)", "contributors": [