Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Jun 19, 2018
1 parent 1589da7 commit 27d0737
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.2.0

- Added a `cwd` override option [#17](https://github.com/Tyriar/vscode-shell-launcher/pull/17) via [@fabiospampinato](https://github.com/fabiospampinato)
- Fix bug that would not allow launching of shells that have duplicate labels [#18](https://github.com/Tyriar/vscode-shell-launcher/pull/18) via [@fabiospampinato](https://github.com/fabiospampinato)

## 0.1.6

- Fixed regression where shells from `$PATH` would not be picked up [#14](https://github.com/Tyriar/vscode-shell-launcher/issues/14) via [@Tyriar](https://github.com/Tyriar)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shell-launcher",
"displayName": "Shell launcher",
"description": "Easily launch multiple shell configurations in the terminal",
"version": "0.1.6",
"version": "0.2.0",
"publisher": "Tyriar",
"icon": "images/icon.png",
"bugs": {
Expand Down

0 comments on commit 27d0737

Please sign in to comment.