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

Commit 18b5b3e

Browse files
authored
Merge pull request #1262 from microsoft/serial-hotfix
update dependencies
2 parents 383dcef + d712fec commit 18b5b3e

File tree

4 files changed

+104
-106
lines changed

4 files changed

+104
-106
lines changed

CHANGELOG.md

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

4+
## Version 0.4.3
5+
6+
### Fixed
7+
- Update node-usb-native to v0.0.20 to fix serial and port selecting [#1257](https://github.com/microsoft/vscode-arduino/issues/1257)
8+
- Updated dependencies
49

510
## Version 0.4.2
611

package-lock.json

+84-91
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "vscode-arduino",
33
"displayName": "Arduino",
44
"description": "Arduino for Visual Studio Code",
5-
"version": "0.4.2",
5+
"version": "0.4.3",
66
"publisher": "vsciot-vscode",
77
"aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42",
88
"preview": true,
99
"engines": {
10-
"vscode": "^1.53.0"
10+
"vscode": "^1.56.0"
1111
},
1212
"icon": "images/arduino.png",
1313
"license": "SEE LICENSE IN LICENSE.txt",
@@ -618,7 +618,7 @@
618618
"glob": "^7.1.1",
619619
"iconv-lite": "^0.4.18",
620620
"impor": "^0.1.1",
621-
"node-usb-native": "^0.0.19",
621+
"node-usb-native": "^0.0.20",
622622
"properties": "^1.2.1",
623623
"uuid": "^3.0.1",
624624
"vscode-extension-telemetry": "0.1.6",

0 commit comments

Comments
 (0)