diff --git a/Worker.nuspec b/Worker.nuspec index 067fedda..34f1baba 100644 --- a/Worker.nuspec +++ b/Worker.nuspec @@ -2,7 +2,7 @@ Microsoft.Azure.Functions.NodeJsWorker - 2.0.3$version$ + 2.0.4$version$ Microsoft Microsoft false diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 29a5d5ca..84db7495 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ variables: { - WORKER_VERSION: '2.0.3', + WORKER_VERSION: '2.0.4', NODE_8: '8.x', NODE_10: '10.x', NODE_12: '12.x' diff --git a/e2e-nightly-cli-azure-pipelines.yml b/e2e-nightly-cli-azure-pipelines.yml index 559fd90d..a5a4f0f5 100644 --- a/e2e-nightly-cli-azure-pipelines.yml +++ b/e2e-nightly-cli-azure-pipelines.yml @@ -1,5 +1,5 @@ variables: { - WORKER_VERSION: '2.0.3', + WORKER_VERSION: '2.0.4', NODE_12: '12.x' } name: $(WORKER_VERSION)-$(Date:yyyyMMdd)$(Rev:.r) diff --git a/e2e-nightly-site-azure-pipelines.yml b/e2e-nightly-site-azure-pipelines.yml index d23198c0..60317af5 100644 --- a/e2e-nightly-site-azure-pipelines.yml +++ b/e2e-nightly-site-azure-pipelines.yml @@ -1,5 +1,5 @@ variables: { - WORKER_VERSION: '2.0.3', + WORKER_VERSION: '2.0.4', NODE_12: '12.x' } name: $(WORKER_VERSION)-$(Date:yyyyMMdd)$(Rev:.r) diff --git a/package-lock.json b/package-lock.json index 2315b9bc..5455cc46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "azure-functions-nodejs-worker", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e7a2c57c..05f5f77a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "azure-functions-nodejs-worker", "author": "Microsoft Corporation", - "version": "2.0.3", + "version": "2.0.4", "description": "Microsoft Azure Functions NodeJS Worker", "license": "(MIT OR Apache-2.0)", "dependencies": { diff --git a/types/public/package.json b/types/public/package.json index 050a64af..668b712e 100644 --- a/types/public/package.json +++ b/types/public/package.json @@ -1,6 +1,6 @@ { "name": "@azure/functions", - "version": "2.0.3", + "version": "2.0.4", "description": "Azure Functions types for Typescript", "repository": { "type": "git",