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

Commit c3ff82a

Browse files
committed
Prerelease v0.4.7
1 parent f0dd7c1 commit c3ff82a

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.4.7
5+
6+
- Release date: ???
7+
8+
### Changed
9+
10+
- Add support for ST-Link v3.0 [#1366](https://github.com/microsoft/vscode-arduino/pull/1366)
11+
- Fix empty board and examples list [#1367](https://github.com/microsoft/vscode-arduino/pull/1367)
12+
- Fix ESLint parsing for enums [#1368](https://github.com/microsoft/vscode-arduino/pull/1368)
13+
- Fix build cwd [#1375](https://github.com/microsoft/vscode-arduino/pull/1375)
14+
415
## Version 0.4.6
516

617
- Release date: September 29, 2021

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

0 commit comments

Comments
 (0)