From 966bc9dd141cae791d5634a46af58435327b3170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Tue, 10 Sep 2024 06:11:40 +0200 Subject: [PATCH] 2.0.1 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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)"