Skip to content

Commit

Permalink
Merge branch 'release/v1.9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Oct 20, 2019
2 parents 4499d04 + f35eb0f commit 7f36ade
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

# 1.9.2 (2019-10-20)

- Fixed an issue with broken PlatformIO Core installation

# 1.9.1 (2019-10-20)

- Added support for Python 3 from Windows Store (issue [#1162](https://github.com/platformio/platformio-vscode-ide/issues/1162))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platformio-ide",
"version": "1.9.1",
"version": "1.9.2",
"publisher": "platformio",
"engines": {
"vscode": "^1.24.0"
Expand Down Expand Up @@ -604,7 +604,7 @@
},
"dependencies": {
"fs-plus": "^3.1.1",
"platformio-node-helpers": "^5.1.1",
"platformio-node-helpers": "^5.1.2",
"platformio-vscode-debug": "^1.2.11"
},
"extensionDependencies": [
Expand Down

0 comments on commit 7f36ade

Please sign in to comment.