From 9c0d5ec2053f5fac99734582d4638468d7fc7333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Thu, 31 Oct 2024 16:05:11 +0100 Subject: [PATCH] 2.0.2 PR-URL: https://github.com/expressjs/body-parser/pull/554 --- HISTORY.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)"