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)"