Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 25, 2023
1 parent b89581a commit 89e0524
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

5.0.0 / 2023-06-25
==================

**features**
* [[`b89581a`](http://github.com/koajs/bodyparser/commit/b89581adc53257d8e4d949735402dc8e3c18a7e8)] - feat: Re-create the module with TypeScript (#152) (Imed Jaberi <<imed_jebari@hotmail.fr>>)

4.4.1 / 2023-06-22
==================

Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -20,7 +20,8 @@
"lint": "xo",
"lint:fix": "xo --fix",
"test": "jest --detectOpenHandles",
"test-ci": "npm run test -- --coverage"
"test-ci": "npm run test -- --coverage",
"prepublishOnly": "npm run build"
},
"keywords": [
"koa",
Expand Down

0 comments on commit 89e0524

Please sign in to comment.