Skip to content

Commit

Permalink
Merge branch 'release/v0.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Sep 1, 2017
2 parents 64aa128 + 9570351 commit 384ebf8
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

## 0.7.1 (2017-09-01)

* Fixed installer issue "Reference Error: atom is not defined" (issue [#38](https://github.com/platformio/platformio-vscode-ide/issues/38))

## 0.7.0 (2017-09-01)

* New in PIO Home:
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": "0.7.0",
"version": "0.7.1",
"preview": true,
"displayName": "PlatformIO IDE",
"description": "Official PlatformIO IDE for VSCode: The next generation integrated development environment for IoT. Cross-platform build system and unified debugger. Remote unit testing and firmware updates.",
Expand Down Expand Up @@ -225,7 +225,7 @@
"dependencies": {
"fs-plus": "^3.0.0",
"ini": "^1.3.4",
"platformio-node-helpers": "^0.2.0"
"platformio-node-helpers": "^0.2.2"
},
"extensionDependencies": [
"ms-vscode.cpptools",
Expand Down

0 comments on commit 384ebf8

Please sign in to comment.