Skip to content

Commit

Permalink
Merge branch 'release/v2.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Oct 17, 2020
2 parents 69be87f + 2ba4b71 commit 4a56666
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

## 2.1.3 (2020-10-17)

- Fixed a regression bug with debugging solution

## 2.1.2 (2020-10-16)

- Do not propagate PlatformIO CLI to a default VSCode's terminal. If you need PlatformIO Core CLI, please open "Left Activity Bar > PlatformIO (icon) > Quick Access > Miscellaneous > PlatformIO Core CLI")
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": "2.1.2",
"version": "2.1.3",
"publisher": "platformio",
"engines": {
"vscode": "^1.44.0"
Expand Down Expand Up @@ -627,7 +627,7 @@
"dependencies": {
"fs-plus": "~3.1.1",
"platformio-node-helpers": "~8.0.1",
"platformio-vscode-debug": "~1.2.11"
"platformio-vscode-debug": "~1.2.12"
},
"extensionDependencies": [
"ms-vscode.cpptools"
Expand Down

0 comments on commit 4a56666

Please sign in to comment.