diff --git a/HISTORY.md b/HISTORY.md index a1cec197..17dd110e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -unreleased +2.2.0 / 2025-03-27 ========================= * refactor: normalize common options for all parsers diff --git a/package.json b/package.json index 042f4b82..e7f763b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "body-parser", "description": "Node.js body parsing middleware", - "version": "2.1.0", + "version": "2.2.0", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"