From acc026fac25c84c1bd7594169db031a653abe5aa Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Mon, 14 Feb 2022 19:40:55 -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 381022d5..b0d06587 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.19.2 / 2022-02-14 +=================== * deps: bytes@3.1.2 * deps: qs@6.9.7 diff --git a/package.json b/package.json index fe1497b7..6be94af8 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)"