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

Commit 8129fd0

Browse files
authored
0.2.18-rc
1 parent d528691 commit 8129fd0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

4+
## Version 0.2.18
5+
- Release date: July 20, 2018
6+
7+
### Added
8+
- Add Wio 3G board and WeMos D1 board [#223](https://github.com/Microsoft/vscode-arduino/pull/223)
9+
10+
### Fixed
11+
- Fix intellisense issue of `c_cpp_properties.json`
12+
- Fix "Verifying" is misspelled issue [#591](https://github.com/Microsoft/vscode-arduino/issues/591)
13+
- Improve config setting descriptions [#605](https://github.com/Microsoft/vscode-arduino/issues/605)
14+
15+
Special thanks to [Takashi Matsuoka](https://github.com/matsujirushi), [Andrew Churchill](https://github.com/xxaxdxcxx), [Pharap](https://github.com/Pharap), thank you for your contributions and feedbacks.
16+
417
## Version 0.2.17
518
- Release date: June 15, 2018
619

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

0 commit comments

Comments
 (0)