From 1f6f58e1f8dc222f2b6cfc7eb3a3bf5145ff2b56 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 2 Apr 2022 21:02:06 -0400 Subject: [PATCH] 1.20.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 1569a8f3..e114f6af 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.20.0 / 2022-04-02 +=================== * Fix error message for json parse whitespace in `strict` * Fix internal error when inflated body exceeds limit diff --git a/package.json b/package.json index 78a20ea3..9a03357f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "body-parser", "description": "Node.js body parsing middleware", - "version": "1.19.2", + "version": "1.20.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"