diff --git a/HISTORY.md b/HISTORY.md index afd9c78d..bb3c39c6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -unreleased +2.0.2 / 2024-10-30 ========================= * remove `unpipe` package and use native `unpipe()` method diff --git a/package.json b/package.json index a7ace491..3e9d5219 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "body-parser", "description": "Node.js body parsing middleware", - "version": "2.0.1", + "version": "2.0.2", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"