Skip to content

Commit 8018af8

Browse files
committed
Release 5.1.0
1 parent 9c18179 commit 8018af8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
5.1.0 / 2024-03-25
3+
==================
4+
5+
**features**
6+
* [[`9c18179`](http://github.com/koajs/bodyparser/commit/9c181798ef1467df9109ed54bbd4a612382a6490)] - feat: set name of middleware function to improve interop with monitoring tools (#159) (André Cruz <<[email protected]>>)
7+
8+
**others**
9+
* [[`664cd7c`](http://github.com/koajs/bodyparser/commit/664cd7c413250d5e12eb5bb0fbf4e52d31ef24f5)] - docs: fix usage for @koa/bodyparser v5 (#154) (狼叔 <<[email protected]>>)
10+
* [[`1eb0532`](http://github.com/koajs/bodyparser/commit/1eb053267c9e092ada6c316489e20596edd819f4)] - chore: typo npm-url (fengmk2 <<[email protected]>>)
11+
* [[`55783fc`](http://github.com/koajs/bodyparser/commit/55783fc0ce77c0235d74244efe4069e4f9ca5850)] - chore: add publishConfig access to public (fengmk2 <<[email protected]>>)
12+
213
5.0.0 / 2023-06-25
314
==================
415

package.json

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

0 commit comments

Comments
 (0)