Skip to content

Commit ad0f20b

Browse files
authored
Bump version (#5)
1 parent f9c5430 commit ad0f20b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/functions",
3-
"version": "3.5.0-alpha.1",
3+
"version": "3.5.0-alpha.2",
44
"description": "Microsoft Azure Functions NodeJS Framework",
55
"keywords": [
66
"azure",

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the MIT License.
33

4-
export const version = '3.5.0-alpha.1';
4+
export const version = '3.5.0-alpha.2';
55

66
export enum HeaderName {
77
contentType = 'content-type',

0 commit comments

Comments
 (0)