diff --git a/package-lock.json b/package-lock.json index 9a24f45..bacd2da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@azure/functions", - "version": "4.4.0", + "version": "4.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@azure/functions", - "version": "4.4.0", + "version": "4.5.0", "license": "MIT", "dependencies": { "cookie": "^0.6.0", diff --git a/package.json b/package.json index 4bf7139..afea4f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@azure/functions", - "version": "4.4.0", + "version": "4.5.0", "description": "Microsoft Azure Functions NodeJS Framework", "keywords": [ "azure", diff --git a/src/constants.ts b/src/constants.ts index 9c20dd6..672dc92 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,6 +1,6 @@ // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. -export const version = '4.4.0'; +export const version = '4.5.0'; export const returnBindingKey = '$return';