From 640b59cb5c6424b07b85f2b146b750cfbafe076e Mon Sep 17 00:00:00 2001 From: Helly Zhang Date: Wed, 3 Jun 2020 14:19:09 +0800 Subject: [PATCH] Pre release v0.3.1 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa980963..d6f3a736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Change Log All notable changes to this project will be documented in this file. +## Version 0.3.1 + +- Release date: June 3, 2020 + +### Fixed + +- Fix issue of serial monitor keeps esp devices in flash mode. [[#1015](https://github.com/microsoft/vscode-arduino/issues/1015)] + +### Changed +- Suppress sending telemetry data with error details + ## Version 0.3.0 - Release date: March 26, 2020 diff --git a/package-lock.json b/package-lock.json index f80d02ba..03c00ba8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-arduino", - "version": "0.3.0", + "version": "0.3.1-rc", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2f9ea449..5f8295f1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-arduino", "displayName": "Arduino", "description": "Arduino for Visual Studio Code", - "version": "0.3.0", + "version": "0.3.1-rc", "publisher": "vsciot-vscode", "aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42", "preview": true,