From 24d4972764d2c962f806c38357f257cf97081009 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 28 Jan 2024 16:20:57 -0500 Subject: [PATCH] 1.18.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ea175bdb..a9903c03 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.18.0 / 2024-01-28 +=================== * Add debug log for pathname mismatch * Add `partitioned` to `cookie` options diff --git a/package.json b/package.json index 52cd1d00..597a6994 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-session", - "version": "1.17.3", + "version": "1.18.0", "description": "Simple session middleware for Express", "author": "TJ Holowaychuk (http://tjholowaychuk.com)", "contributors": [