From d870355fdb2e0ef964d20dad7ed5481f8e8bbd0c Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Sun, 5 Jul 2026 22:27:33 -0500 Subject: [PATCH] release: 1.19.1 --- HISTORY.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 251d5fa7..27f703cd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -unreleased +1.19.1 ========== * Enforce RFC 6265 section 5.1.4 path matching for the session cookie path diff --git a/package.json b/package.json index 36387796..b01a7940 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-session", - "version": "1.19.0", + "version": "1.19.1", "description": "Simple session middleware for Express", "author": "TJ Holowaychuk (http://tjholowaychuk.com)", "contributors": [