diff --git a/HISTORY.md b/HISTORY.md index f1860a7d..fb212b36 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.20.1 / 2022-10-06 +=================== * deps: qs@6.11.0 * perf: remove unnecessary object clone diff --git a/package.json b/package.json index c1239e03..9cd2ccbb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "body-parser", "description": "Node.js body parsing middleware", - "version": "1.20.0", + "version": "1.20.1", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"