From cec16980bd4944df2f1edaac730744356c02ccef Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Wed, 8 Jul 2026 22:26:12 +0200 Subject: [PATCH] 1.20.6 --- HISTORY.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ed073ba5..397213a8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -unreleased +1.20.6 / 2026-07-09 =================== * fix: improve `limit` option validation (#698) * Invalid `limit` values (e.g. unparseable strings or `NaN`) now throw instead of being silently ignored, which previously disabled size limit enforcement diff --git a/package.json b/package.json index a1d16f88..211c7994 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "body-parser", "description": "Node.js body parsing middleware", - "version": "1.20.5", + "version": "1.20.6", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"