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

Commit c613bfe

Browse files
committed
v0.3.0
1 parent ffc761a commit c613bfe

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33

44
## Version 0.3.0
55

6+
- Release date: March 26, 2020
7+
68
### Fixed
79

810
- Support Electron v7. Fix issue of "Unable to use serial port in VS Code Version 1.43.0". [[#980](https://github.com/microsoft/vscode-arduino/issues/980)]
@@ -11,6 +13,8 @@ All notable changes to this project will be documented in this file.
1113
- Fix the issue of "Can't install libraries from VS Code for ESP8266". [[#930](https://github.com/microsoft/vscode-arduino/issues/930)]
1214
- Fix the issue of "Project path can not be changed". [[#978](https://github.com/microsoft/vscode-arduino/issues/978)]
1315

16+
Special thanks to [raomin](https://github.com/raomin), thanks for your contributions and feedbacks.
17+
1418
## Version 0.2.29
1519

1620
- Release date: January 2, 2020

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: 2 additions & 2 deletions
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.3.0-rc5",
5+
"version": "0.3.0",
66
"publisher": "vsciot-vscode",
77
"aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42",
88
"preview": true,
@@ -537,7 +537,7 @@
537537
},
538538
"scripts": {
539539
"vscode:prepublish": "gulp build --mode=production",
540-
"postinstall": "(node ./node_modules/vscode/bin/install && cd ./src/views && npm install); (node ./node_modules/node-usb-native/scripts/rebuild-serialport.js)",
540+
"postinstall": "node ./node_modules/vscode/bin/install && cd ./src/views && npm install && node ../../node_modules/node-usb-native/scripts/rebuild-serialport.js",
541541
"test": "gulp test"
542542
},
543543
"extensionDependencies": [

0 commit comments

Comments
 (0)