From 54656b4f3cb86352557db552531160dc4969805b Mon Sep 17 00:00:00 2001 From: Helly Zhang Date: Fri, 29 May 2020 15:35:30 +0800 Subject: [PATCH 1/3] Pre release v0.15.0-rc --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 622fb69e..bc6429fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to the "vscode-iot-workbench" extension will be documented in this file. +## Version 0.15.0 + +- Release date: May 29th, 2020 + +## Fixed + +- Suppress sending telemetry data with error details +- Document Update for the link of pnp sample files to DTDL v1 + ## Version 0.14.0 - Release date: April 21st, 2020 diff --git a/package-lock.json b/package-lock.json index 1f6f3083..0f1dc7df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-iot-workbench", - "version": "0.14.0", + "version": "0.15.0-rc", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7d7a7032..662ad96f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/Microsoft/vscode-iot-workbench/issues" }, "homepage": "https://github.com/Microsoft/vscode-iot-workbench/blob/master/README.md", - "version": "0.14.0", + "version": "0.15.0-rc", "publisher": "vsciot-vscode", "icon": "logo.png", "license": "SEE LICENSE IN ", From fd49e84a30f34a5f4952cb3b2e454d3abcff9b5f Mon Sep 17 00:00:00 2001 From: Helly Zhang Date: Mon, 8 Jun 2020 16:27:37 +0800 Subject: [PATCH 2/3] Update version and change log --- CHANGELOG.md | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6429fa..ac597e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ All notable changes to the "vscode-iot-workbench" extension will be documented i ## Version 0.15.0 -- Release date: May 29th, 2020 +- Release date: June 9th, 2020 ## Fixed -- Suppress sending telemetry data with error details - Document Update for the link of pnp sample files to DTDL v1 +- Suppress sending telemetry data with error details ## Version 0.14.0 diff --git a/package-lock.json b/package-lock.json index 0f1dc7df..4a8219a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-iot-workbench", - "version": "0.15.0-rc", + "version": "0.15.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 662ad96f..e71660ab 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/Microsoft/vscode-iot-workbench/issues" }, "homepage": "https://github.com/Microsoft/vscode-iot-workbench/blob/master/README.md", - "version": "0.15.0-rc", + "version": "0.15.0", "publisher": "vsciot-vscode", "icon": "logo.png", "license": "SEE LICENSE IN ", From 7497d31eef8c6d36e8779f2f69b0bbf8e7c24422 Mon Sep 17 00:00:00 2001 From: Helly Zhang Date: Mon, 8 Jun 2020 16:38:37 +0800 Subject: [PATCH 3/3] bump to v0.15.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac597e0f..49584b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to the "vscode-iot-workbench" extension will be documented i ## Fixed -- Document Update for the link of pnp sample files to DTDL v1 +- Update pnp sample files links in docs - Suppress sending telemetry data with error details ## Version 0.14.0