diff --git a/package-lock.json b/package-lock.json index 77b4964..28135dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@anzp/azure-function-multipart", - "version": "1.2.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@anzp/azure-function-multipart", - "version": "1.2.1", + "version": "2.0.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@azure/functions": "^3.0.0", diff --git a/package.json b/package.json index a8cb468..33f80d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anzp/azure-function-multipart", - "version": "1.2.1", + "version": "2.0.0", "description": "Module to parse multipart/form-data on Azure Functions.", "publishConfig": { "access": "public"