Skip to content

Commit

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

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.9](https://github.com/rogalmic/vscode-bash-debug/compare/v0.3.8...v0.3.9) (2020-06-15)


### Features

* Deploy to Open vsx. ([61168a0](https://github.com/rogalmic/vscode-bash-debug/commit/61168a0b5e16f8a3207c3ca05702b03eda3c0673))
* Deploy to Open vsx. ([#143](https://github.com/rogalmic/vscode-bash-debug/issues/143)) ([5c815d6](https://github.com/rogalmic/vscode-bash-debug/commit/5c815d68cabe251a81d974c4925ee58de22db075))

### [0.3.8](https://github.com/rogalmic/vscode-bash-debug/compare/v0.3.7...v0.3.8) (2020-05-09)


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.

4 changes: 2 additions & 2 deletions 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.8",
"version": "0.3.9",
"publisher": "rogalmic",
"description": "A debugger extension for bash scripts (using bashdb).",
"author": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"tslint": "6.1.2",
"typescript": "3.9.5",
"vsce": "1.77.0",
"vscode": "1.1.37",
"vscode": "1.1.36",
"vscode-debugadapter-testsupport": "1.41.0"
},
"scripts": {
Expand Down

0 comments on commit ce46a44

Please sign in to comment.