From ff7c2b2a9ec223632f83b0eb67a1bd2498d044bd Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 23 Jan 2024 21:33:57 -0500 Subject: [PATCH] 2.1.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 71d97ce..32654a1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +2.1.0 / 2024-01-23 +================== * Fix loading sessions with special keys * deps: cookies@0.9.1 diff --git a/package.json b/package.json index 5195e77..cd3245a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cookie-session", "description": "cookie session middleware", - "version": "2.0.0", + "version": "2.1.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"