Skip to content

Commit 80316e5

Browse files
committed
Update the PIO Core installer script to 1.2.1
1 parent f0e730c commit 80316e5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## 3.3.1 (2023-07-??)
4+
5+
* Updated the PlatformIO Core Installer Script to version [1.2.1](https://github.com/platformio/platformio-core-installer/releases/tag/v1.2.1)
6+
37
## 3.3.0 (2023-07-10)
48

59
* Enhanced the user experience in the "Project Tasks" explorer by displaying tasks specific to the selected environment by default

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@
899899
},
900900
"dependencies": {
901901
"fs-plus": "~3.1.1",
902-
"platformio-node-helpers": "~11.1.0",
902+
"platformio-node-helpers": "~11.1.1",
903903
"platformio-vscode-debug": "~1.4.1"
904904
},
905905
"devDependencies": {

0 commit comments

Comments
 (0)