From b46b747d289736698d12a2575c31f7afb46da9ae Mon Sep 17 00:00:00 2001 From: anzharip <10259593+anzharip@users.noreply.github.com> Date: Fri, 23 Apr 2021 16:55:09 +0700 Subject: [PATCH] 1.1.0 --- 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 829d99b..bf8c55c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@anzp/azure-function-multipart", - "version": "1.0.6", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@anzp/azure-function-multipart", - "version": "1.0.6", + "version": "1.1.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@azure/functions": "^1.2.3", diff --git a/package.json b/package.json index 79a6470..00e75e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anzp/azure-function-multipart", - "version": "1.0.6", + "version": "1.1.0", "description": "Module to parse multipart/form-data on Azure Functions.", "publishConfig": { "access": "public"