From 0f7eb2eca65bb283a81c7a2fc6ad816b708baccf Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Wed, 10 Jun 2026 14:11:00 +0200 Subject: [PATCH] 2.2.3 --- HISTORY.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8d708576..09656917 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -unreleased +2.2.3 / 2026-06-12 ======================== * fix: use static exports instead of lazy getters to improve ESM compatibility diff --git a/package.json b/package.json index c6a095bd..aa7a0405 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "body-parser", "description": "Node.js body parsing middleware", - "version": "2.2.2", + "version": "2.2.3", "contributors": [ "Douglas Christopher Wilson ", "Jonathan Ong (http://jongleberry.com)"