Skip to content

Commit

Permalink
Bump worker version to 3.1.0 (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrodd committed Apr 11, 2024
1 parent bccdce3 commit de456ce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Worker.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.Azure.Functions.NodeJsWorker</id>
<version>3.9.1</version>
<version>3.10.0</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "azure-functions-nodejs-worker",
"author": "Microsoft Corporation",
"version": "3.9.1",
"version": "3.10.0",
"description": "Microsoft Azure Functions NodeJS Worker",
"license": "(MIT OR Apache-2.0)",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
@@ -1,4 +1,4 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License.

export const version = '3.9.1';
export const version = '3.10.0';

0 comments on commit de456ce

Please sign in to comment.