Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 3e99967

Browse files
authored
Merge pull request #1048 from microsoft/release-v0.3.1
Merge release v0.3.1 to develop branch
2 parents bd18689 + 37710f7 commit 3e99967

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## Version 0.3.1
5+
6+
- Release date: June 9, 2020
7+
8+
### Fixed
9+
10+
- Fix issue of serial monitor keeps esp devices in flash mode. [[#1015](https://github.com/microsoft/vscode-arduino/issues/1015)]
11+
12+
### Changed
13+
- Suppress sending telemetry data with error details
14+
415
## Version 0.3.0
516

617
- Release date: March 26, 2020

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-arduino",
33
"displayName": "Arduino",
44
"description": "Arduino for Visual Studio Code",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"publisher": "vsciot-vscode",
77
"aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42",
88
"preview": true,

0 commit comments

Comments
 (0)