Skip to content

Commit

Permalink
version 2.1.0 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoeger committed Dec 1, 2020
1 parent 4247c6b commit df7a92b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Worker.nuspec
Original file line number Diff line number Diff line change
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>2.0.6$version$</version>
<version>2.1.0$version$</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables: {
WORKER_VERSION: '2.0.6',
WORKER_VERSION: '2.1.0',
NODE_8: '8.x',
NODE_10: '10.x',
NODE_12: '12.x',
Expand Down
2 changes: 1 addition & 1 deletion e2e-nightly-cli-azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables: {
WORKER_VERSION: '2.0.6',
WORKER_VERSION: '2.1.0',
NODE_12: '12.x'
}
name: $(WORKER_VERSION)-$(Date:yyyyMMdd)$(Rev:.r)
Expand Down
2 changes: 1 addition & 1 deletion e2e-nightly-site-azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables: {
WORKER_VERSION: '2.0.6',
WORKER_VERSION: '2.1.0',
NODE_12: '12.x'
}
name: $(WORKER_VERSION)-$(Date:yyyyMMdd)$(Rev:.r)
Expand Down
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "azure-functions-nodejs-worker",
"author": "Microsoft Corporation",
"version": "2.0.6",
"version": "2.1.0",
"description": "Microsoft Azure Functions NodeJS Worker",
"license": "(MIT OR Apache-2.0)",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion types/public/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/functions",
"version": "2.0.6",
"version": "2.1.0",
"description": "Azure Functions types for Typescript",
"repository": {
"type": "git",
Expand Down

0 comments on commit df7a92b

Please sign in to comment.