Skip to content

Commit 135bb85

Browse files
committed
Release 5.1.2
1 parent 031348a commit 135bb85

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
5.1.2 / 2025-05-22
2+
==================
3+
4+
**fixes**
5+
* [[`031348a`](https://github.com/koajs/bodyparser/commit/031348a2d469dd288dc21cd10d8de280d9936f2c)] - fix: add check for closed requests (#162) (zbrydon)
6+
7+
5.1.1 / 2024-04-09
8+
==================
9+
10+
**fixes**
11+
* [[`f27be45`](https://github.com/koajs/bodyparser/commit/f27be45528d6885f08675ee1c650897e44d3dbfa)] - fix: Add koa as peerDeps and fix the encoding option propagation (#160) (3imed-jaberi)
112

213
5.1.0 / 2024-03-25
314
==================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@koa/bodyparser",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "Koa body parsing middleware",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)