Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.21...v1.6.0) (2019-03-30)

### Features

* display status for running task, stop running tasks ([4cf8af9](4cf8af9))

### Performance Improvements

* make logging asynchronous ([c080a3d](c080a3d))
  • Loading branch information
spmeesseman committed Mar 30, 2019
1 parent 4cf8af9 commit d110b44
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.6.0](https://github.com/spmeesseman/vscode-taskexplorer/compare/v1.5.21...v1.6.0) (2019-03-30)


### Features

* display status for running task, stop running tasks ([4cf8af9](https://github.com/spmeesseman/vscode-taskexplorer/commit/4cf8af9))


### Performance Improvements

* make logging asynchronous ([c080a3d](https://github.com/spmeesseman/vscode-taskexplorer/commit/c080a3d))

## [1.5.21](https://github.com/spmeesseman/vscode-taskexplorer/compare/v1.5.20...v1.5.21) (2019-03-29)

## [1.5.20](https://github.com/spmeesseman/vscode-taskexplorer/compare/v1.5.19...v1.5.20) (2019-03-29)
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
Expand Up @@ -3,7 +3,7 @@
"displayName": "Task Explorer",
"description": "View and run tasks from Explorer",
"icon": "res/launch.png",
"version": "1.5.21",
"version": "1.6.0",
"publisher": "spmeesseman",
"repository": {
"type": "git",
Expand Down Expand Up @@ -107,7 +107,7 @@
"vscode": "^1.1.30",
"vscode-nls-dev": "3.2.6"
},
"contributes": {
"contributes": {
"views": {
"explorer": [
{
Expand Down

0 comments on commit d110b44

Please sign in to comment.