diff --git a/HISTORY.md b/HISTORY.md index 94429c1a..7d3eeb62 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ -Unreleased +2.2.2 / 2026-01-07 ========================= + +* deps: qs@^6.14.1 * refactor(json): simplify strict mode error string construction 2.2.1 / 2025-11-24 diff --git a/package.json b/package.json index b5a50168..486878a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "body-parser", "description": "Node.js body parsing middleware", - "version": "2.2.1", + "version": "2.2.2", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"