diff --git a/HISTORY.md b/HISTORY.md index 713e6a56..8fb680fd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +2.0.1 / 2024-09-10 +========================= + +* Restore expected behavior `extended` to `false` + 2.0.0 / 2024-09-10 ========================= * Propagate changes from 1.20.3 diff --git a/package.json b/package.json index 50d104ea..cc6f7ab7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "body-parser", "description": "Node.js body parsing middleware", - "version": "2.0.0", + "version": "2.0.1", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"