Skip to content

Commit 7f36ade

Browse files
committed
Merge branch 'release/v1.9.2'
2 parents 4499d04 + f35eb0f commit 7f36ade

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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+
# 1.9.2 (2019-10-20)
4+
5+
- Fixed an issue with broken PlatformIO Core installation
6+
37
# 1.9.1 (2019-10-20)
48

59
- Added support for Python 3 from Windows Store (issue [#1162](https://github.com/platformio/platformio-vscode-ide/issues/1162))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "platformio-ide",
3-
"version": "1.9.1",
3+
"version": "1.9.2",
44
"publisher": "platformio",
55
"engines": {
66
"vscode": "^1.24.0"
@@ -604,7 +604,7 @@
604604
},
605605
"dependencies": {
606606
"fs-plus": "^3.1.1",
607-
"platformio-node-helpers": "^5.1.1",
607+
"platformio-node-helpers": "^5.1.2",
608608
"platformio-vscode-debug": "^1.2.11"
609609
},
610610
"extensionDependencies": [

0 commit comments

Comments
 (0)