From 6ce86ad8d7c8396279546ba5a0e36acf50ac6bbc Mon Sep 17 00:00:00 2001 From: anzharip <10259593+anzharip@users.noreply.github.com> Date: Sun, 11 Jul 2021 20:13:29 +0700 Subject: [PATCH] 1.1.3 --- 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 0e8a11a..3590f04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@anzp/azure-function-multipart", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@anzp/azure-function-multipart", - "version": "1.1.2", + "version": "1.1.3", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@azure/functions": "^1.2.3", diff --git a/package.json b/package.json index e1464a0..ca9ecd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anzp/azure-function-multipart", - "version": "1.1.2", + "version": "1.1.3", "description": "Module to parse multipart/form-data on Azure Functions.", "publishConfig": { "access": "public"