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

Commit 383dcef

Browse files
authored
bump to v0.4.2 (#1248)
* bump to v0.4.2
1 parent e317d34 commit 383dcef

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

4+
5+
## Version 0.4.2
6+
7+
### Fixed
8+
- Update app insights key
9+
410
## Version 0.4.1
511

612
### Added
@@ -10,7 +16,7 @@ All notable changes to this project will be documented in this file.
1016
- Arduino CLI on MacOS [#1221](https://github.com/microsoft/vscode-arduino/issues/1221) Thanks [@awmichel](https://github.com/awmichel)
1117
- Typos [#1226](https://github.com/microsoft/vscode-arduino/pull/1226), [#1225](https://github.com/microsoft/vscode-arduino/pull/1225), [#1191](https://github.com/microsoft/vscode-arduino/pull/1191) Thanks [@jogo-](https://github.com/jogo-) [@CBielstein](https://github.com/CBielstein)
1218
- add USBCON back into IntelliSense config [#1216](https://github.com/microsoft/vscode-arduino/issues/1216)
13-
- Update depedencies
19+
- Update dependencies
1420
- App Insights key in Actions [#1236](https://github.com/microsoft/vscode-arduino/pull/1236)
1521

1622
## Version 0.4.0

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

0 commit comments

Comments
 (0)