From 20a05336dbf08afa8d4dd4e10a85a27012caad8b Mon Sep 17 00:00:00 2001 From: Daryl Lau Date: Thu, 21 Apr 2022 14:48:17 -0700 Subject: [PATCH] 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90ecc31..3c0cbee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa-body", - "version": "4.2.0", + "version": "5.0.0", "description": "A Koa body parser middleware. Supports multipart, urlencoded and JSON request bodies.", "main": "index.js", "types": "./index.d.ts",