From a112be577637edbf6849d61cae868ab87fd546ac Mon Sep 17 00:00:00 2001 From: Eric Jizba Date: Mon, 1 Apr 2024 11:09:10 -0700 Subject: [PATCH] Bump version (#242) --- package-lock.json | 4 ++-- package.json | 2 +- src/constants.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 434a418..189b3a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@azure/functions", - "version": "4.3.0", + "version": "4.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@azure/functions", - "version": "4.3.0", + "version": "4.4.0", "license": "MIT", "dependencies": { "cookie": "^0.6.0", diff --git a/package.json b/package.json index c6348ff..4bf7139 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@azure/functions", - "version": "4.3.0", + "version": "4.4.0", "description": "Microsoft Azure Functions NodeJS Framework", "keywords": [ "azure", diff --git a/src/constants.ts b/src/constants.ts index e786ac1..9c20dd6 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.3.0'; +export const version = '4.4.0'; export const returnBindingKey = '$return';