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

Commit b0d0b7b

Browse files
authored
update changelog and bump version to 0.2.28 (microsoft#929)
1 parent 2687599 commit b0d0b7b

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

4+
## Version 0.2.28
5+
6+
- Release data: November 15, 2019
7+
8+
### Fixed
9+
10+
- Optimize activation time of Arduino Extension.
11+
- Bump mixin-deep from 1.3.1 to 1.3.2.
12+
- Remove Processing Filetype (.PDE extension).
13+
- Fix the issue of "Unable to select serial port" [[#918]](https://github.com/microsoft/vscode-arduino/issues/918)
14+
- Fix Travis CI build failure [[#900]](https://github.com/microsoft/vscode-arduino/issues/900)
15+
- Fix issue of "Exit with code=undefined" [[#869]](https://github.com/microsoft/vscode-arduino/issues/869)
16+
- Fix issue of "spawn: Use explicit chcp.com" [[#910]](https://github.com/microsoft/vscode-arduino/pull/910)
17+
- Fix wording & typos.
18+
19+
Special thanks to [Peter Wone](https://github.com/PeterWone), [Dre West](https://github.com/Dotrar),[Lucas Schneider](https://github.com/schneider8357) for your contributions and feedbacks.
20+
421
## Version 0.2.27
522

623
- Release date: July 8, 2019

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)