Skip to content

Commit eba9598

Browse files
authored
v0.2.13-rc
1 parent a9d88b1 commit eba9598

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

4+
## Version 0.2.13
5+
- Release date: April 12, 2018
6+
7+
### Fixed
8+
- Fix board manager package version issue [#520](https://github.com/Microsoft/vscode-arduino/issues/520)
9+
10+
### Added
11+
- Add install board command
12+
13+
### Changed
14+
- Disable auto popup get started page for IoT Devkit
15+
416
## Version 0.2.12
517
- Release date: April 8, 2018
618

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.12",
5+
"version": "0.2.13-rc",
66
"publisher": "vsciot-vscode",
77
"aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42",
88
"preview": true,

0 commit comments

Comments
 (0)