Skip to content

Commit 26836d9

Browse files
authored
v0.2.17-rc
1 parent 9714589 commit 26836d9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## Version 0.2.17
5+
- Release date: June 15, 2018
6+
7+
### Fixed
8+
- Fix errors that frequently happened [#555](https://github.com/Microsoft/vscode-arduino/issues/555)
9+
- Check Arduino IDE in command palette when cannot resolve arduino path [#583](https://github.com/Microsoft/vscode-arduino/issues/583)
10+
411
## Version 0.2.16
512
- Release date: June 6, 2018
613

package.json

Lines changed: 1 addition & 1 deletion
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.2.16",
5+
"version": "0.2.17-rc",
66
"publisher": "vsciot-vscode",
77
"aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42",
88
"preview": true,

0 commit comments

Comments
 (0)