diff --git a/package-lock.json b/package-lock.json index 2c9504a..434a418 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@azure/functions", - "version": "4.2.0", + "version": "4.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@azure/functions", - "version": "4.2.0", + "version": "4.3.0", "license": "MIT", "dependencies": { "cookie": "^0.6.0", diff --git a/package.json b/package.json index 92024a0..c6348ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@azure/functions", - "version": "4.2.0", + "version": "4.3.0", "description": "Microsoft Azure Functions NodeJS Framework", "keywords": [ "azure", diff --git a/src/constants.ts b/src/constants.ts index eb04716..e786ac1 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.2.0'; +export const version = '4.3.0'; export const returnBindingKey = '$return';