From 1383a968ea8c7750ce562afbe7a5034fcea83a10 Mon Sep 17 00:00:00 2001 From: anzharip <10259593+anzharip@users.noreply.github.com> Date: Tue, 2 Nov 2021 06:06:59 +0700 Subject: [PATCH] 1.2.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d1a757..9345856 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@anzp/azure-function-multipart", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@anzp/azure-function-multipart", - "version": "1.2.0", + "version": "1.2.1", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@azure/functions": "^1.2.3", diff --git a/package.json b/package.json index b4a956c..d8fada0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anzp/azure-function-multipart", - "version": "1.2.0", + "version": "1.2.1", "description": "Module to parse multipart/form-data on Azure Functions.", "publishConfig": { "access": "public"