From e05c968de15bea9ab9153802b4a68948c4b9dd35 Mon Sep 17 00:00:00 2001 From: Nick K Date: Tue, 6 Sep 2022 13:42:12 +0300 Subject: [PATCH] Bump version: 5.2.0 -> 5.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24b6654..35197d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "then-busboy", "description": "Promise-based wrapper around Busboy. Processes multipart/form-data request body and returns it in a single object.", - "version": "5.2.0", + "version": "5.2.1", "author": "Nick K. ", "license": "MIT", "repository": "octet-stream/then-busboy",