Skip to content

Commit e0ea21a

Browse files
committed
Fixed a bug with the handling of package registry mirrors // Resolve platformio#3222
1 parent 97cff1b commit e0ea21a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 2.5.0 (2022-06-23)
4+
5+
**Requires PlatformIO Core 6.0 or above**
6+
7+
- Fixed a bug with the handling of package registry mirrors
8+
39
## 2.4.3 (2022-03-18)
410

511
- Fixed an issue when PlatformIO IDE installer asks to install Python interpreter on Windows OS (issue [#3076](https://github.com/platformio/platformio-vscode-ide/issues/3076))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
},
624624
"dependencies": {
625625
"fs-plus": "~3.1.1",
626-
"platformio-node-helpers": "~9.4.2",
626+
"platformio-node-helpers": "~9.5.0",
627627
"platformio-vscode-debug": "~1.4.1"
628628
},
629629
"devDependencies": {

0 commit comments

Comments
 (0)