From 424dadd312f519bdb320c6ee9463d6672782420c Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 15 Feb 2022 22:42:37 -0500 Subject: [PATCH] 1.19.2 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 6bf852b6..622f40c6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.19.2 / 2022-02-15 +=================== * deps: bytes@3.1.2 * deps: qs@6.9.7 diff --git a/package.json b/package.json index 44e30ca0..b418b45b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "body-parser", "description": "Node.js body parsing middleware", - "version": "1.19.1", + "version": "1.19.2", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"