Skip to content

Commit

Permalink
chore(release): 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rogalmic committed Feb 8, 2020
1 parent 45266bd commit 4958588
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.3.7](https://github.com/rogalmic/vscode-bash-debug/compare/v0.3.6...v0.3.7) (2020-02-08)


### Bug Fixes

* Avoid chmod bashdb if it is already executable. ([80f9771](https://github.com/rogalmic/vscode-bash-debug/commit/80f97714bc7c2029cbf7d69107616a1d22da883d))
* Error message for invalid args configuration. ([b0c7b38](https://github.com/rogalmic/vscode-bash-debug/commit/b0c7b38d8c1c61642055c46f6a1145cf41969818))
* Work with global config. ([2c22844](https://github.com/rogalmic/vscode-bash-debug/commit/2c2284441e8633d13db24b32763ead311012ad36))

### [0.3.6](https://github.com/rogalmic/vscode-bash-debug/compare/v0.3.5...v0.3.6) (2019-09-05)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bash-debug",
"displayName": "Bash Debug",
"version": "0.3.6",
"version": "0.3.7",
"publisher": "rogalmic",
"description": "A debugger extension for bash scripts (using bashdb).",
"author": {
Expand Down

0 comments on commit 4958588

Please sign in to comment.