Skip to content

Commit

Permalink
chore(release): 2.0.7 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.7](v2.0.6...v2.0.7) (2021-02-28)

### Bug Fixes

* npm file nodes are appearing even if npm tasks are disabled in settings. [fixes [#144](#144)] ([d76756b](d76756b))
  • Loading branch information
spmeesseman committed Feb 28, 2021
1 parent 3d152b5 commit af1db57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.7](https://github.com/spmeesseman/vscode-taskexplorer/compare/v2.0.6...v2.0.7) (2021-02-28)


### Bug Fixes

* npm file nodes are appearing even if npm tasks are disabled in settings. [fixes [#144](https://github.com/spmeesseman/vscode-taskexplorer/issues/144)] ([d76756b](https://github.com/spmeesseman/vscode-taskexplorer/commit/d76756b))

## [2.0.6](https://github.com/spmeesseman/vscode-taskexplorer/compare/v2.0.5...v2.0.6) (2021-02-27)


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": "2.0.6",
"version": "2.0.7",
"displayName": "Task Explorer",
"description": "Tasks management for npm, vscode, yarn, 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 af1db57

Please sign in to comment.