From 89e0524c35acf0ba0d49e97342d5e1b9db92f233 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Sun, 25 Jun 2023 09:28:58 +0800 Subject: [PATCH] Release 5.0.0 --- History.md | 6 ++++++ package.json | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 696d48a..3fc8663 100644 --- a/History.md +++ b/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 <>) + 4.4.1 / 2023-06-22 ================== diff --git a/package.json b/package.json index fff0c69..729ce03 100644 --- a/package.json +++ b/package.json @@ -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",