From 5d61e1e2f3f18efe8f94e5fad2886b48864d6c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Tue, 8 Oct 2024 20:22:55 +0200 Subject: [PATCH] 1.4.7 PR-URL: https://github.com/expressjs/cookie-parser/pull/117 --- HISTORY.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index fe520e2..00ea683 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -unreleased +1.4.7 / 2024-10-08 ========== * deps: cookie@0.7.2 diff --git a/package.json b/package.json index b51ed0a..b1e86f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cookie-parser", "description": "Parse HTTP request cookies", - "version": "1.4.6", + "version": "1.4.7", "author": "TJ Holowaychuk (http://tjholowaychuk.com)", "contributors": [ "Douglas Christopher Wilson "