Skip to content

Commit

Permalink
chore(release): 1.24.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.24.0](v1.23.9...v1.24.0) (2020-02-21)

### Bug Fixes

* if logging is turned on, the output window is displayed when extension activates ([a7ace49](a7ace49))

### Features

* add 'open temrinal' button for running tasks - closes [#39](#39) ([3b4be06](3b4be06))
  • Loading branch information
spmeesseman committed Feb 21, 2020
1 parent 7c2e1ea commit e34112f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.24.0](https://github.com/spmeesseman/vscode-taskexplorer/compare/v1.23.9...v1.24.0) (2020-02-21)


### Bug Fixes

* if logging is turned on, the output window is displayed when extension activates ([a7ace49](https://github.com/spmeesseman/vscode-taskexplorer/commit/a7ace49))


### Features

* add 'open temrinal' button for running tasks - closes [#39](https://github.com/spmeesseman/vscode-taskexplorer/issues/39) ([3b4be06](https://github.com/spmeesseman/vscode-taskexplorer/commit/3b4be06))

## [1.23.9](https://github.com/spmeesseman/vscode-taskexplorer/compare/v1.23.8...v1.23.9) (2020-02-20)


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,6 +1,6 @@
{
"name": "vscode-taskexplorer",
"version": "1.23.9",
"version": "1.24.0",
"displayName": "Task Explorer",
"description": "Manage tasks for npm, vscode, ant, gradle, grunt, gulp, batch, bash, make, python, perl, powershell, ruby, and nsis",
"icon": "res/gears-r-colors.png",
Expand Down

0 comments on commit e34112f

Please sign in to comment.