diff --git a/HISTORY.md b/HISTORY.md index afd9c78..0579435 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -unreleased +2.0.2 / 2024-10-31 ========================= * remove `unpipe` package and use native `unpipe()` method diff --git a/package.json b/package.json index a7ace49..3e9d521 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)"