Skip to content

Commit 9413b47

Browse files
authoredFeb 28, 2024··
Bump version (#230)
1 parent 344e4d5 commit 9413b47

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/functions",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Microsoft Azure Functions NodeJS Framework",
55
"keywords": [
66
"azure",

‎src/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the MIT License.
33

4-
export const version = '4.2.0';
4+
export const version = '4.3.0';
55

66
export const returnBindingKey = '$return';

0 commit comments

Comments
 (0)
Please sign in to comment.