Skip to content

Commit 13b3c46

Browse files
committed
Merge branch 'release/v2.4.2'
2 parents 4ee255d + d96e337 commit 13b3c46

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Release Notes
22

3-
## 2.4.1 (2022-02-??)
3+
## 2.4.2 (2022-02-11)
4+
5+
- Fixed an "Error: No such command "home" when opening PIO Home (issue [#2923](https://github.com/platformio/platformio-vscode-ide/issues/2923))
6+
7+
## 2.4.1 (2022-02-04)
48

59
- Fixed an issue when debugging does not start on Windows (issue [#2925](https://github.com/platformio/platformio-vscode-ide/issues/2925))
610

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "platformio-ide",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"publisher": "platformio",
55
"engines": {
66
"vscode": "^1.57.0"
@@ -638,11 +638,11 @@
638638
},
639639
"dependencies": {
640640
"fs-plus": "~3.1.1",
641-
"platformio-node-helpers": "~9.4.0",
641+
"platformio-node-helpers": "~9.4.1",
642642
"platformio-vscode-debug": "~1.4.1"
643643
},
644644
"devDependencies": {
645-
"@babel/core": "~7.17.0",
645+
"@babel/core": "~7.17.2",
646646
"@babel/eslint-parser": "~7.17.0",
647647
"@babel/plugin-proposal-class-properties": "~7.16.7",
648648
"@babel/preset-env": "~7.16.11",

0 commit comments

Comments
 (0)