Skip to content

Commit ce46a44

Browse files
committed
chore(release): 0.3.9
1 parent 5c815d6 commit ce46a44

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [0.3.9](https://github.com/rogalmic/vscode-bash-debug/compare/v0.3.8...v0.3.9) (2020-06-15)
6+
7+
8+
### Features
9+
10+
* Deploy to Open vsx. ([61168a0](https://github.com/rogalmic/vscode-bash-debug/commit/61168a0b5e16f8a3207c3ca05702b03eda3c0673))
11+
* Deploy to Open vsx. ([#143](https://github.com/rogalmic/vscode-bash-debug/issues/143)) ([5c815d6](https://github.com/rogalmic/vscode-bash-debug/commit/5c815d68cabe251a81d974c4925ee58de22db075))
12+
513
### [0.3.8](https://github.com/rogalmic/vscode-bash-debug/compare/v0.3.7...v0.3.8) (2020-05-09)
614

715

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bash-debug",
33
"displayName": "Bash Debug",
4-
"version": "0.3.8",
4+
"version": "0.3.9",
55
"publisher": "rogalmic",
66
"description": "A debugger extension for bash scripts (using bashdb).",
77
"author": {
@@ -61,7 +61,7 @@
6161
"tslint": "6.1.2",
6262
"typescript": "3.9.5",
6363
"vsce": "1.77.0",
64-
"vscode": "1.1.37",
64+
"vscode": "1.1.36",
6565
"vscode-debugadapter-testsupport": "1.41.0"
6666
},
6767
"scripts": {

0 commit comments

Comments
 (0)