Skip to content

Commit

Permalink
chore(release): v2.5.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
app-publisher-bot committed Aug 16, 2021
1 parent 4926a6c commit 70e54c5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# VSCODE-TASKEXPLORER CHANGE LOG

## Version 2.5.2 (August 15th, 2021)

### Bug Fixes

- **Tasks:** start/stop events processing for non-visible view
- **Tasks:** stopping a task with 'keep terminal on stop' option set still x3 fails for some tasks.

### Build System

- **Package.json:** fix -vscode release only contains webpacked files but vsce complains of 850+files in package.

## Version 2.5.1 (August 9th, 2021)

### Bug Fixes
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.5.1",
"version": "2.5.2",
"displayName": "Task Explorer",
"description": "Tasks management for npm, vscode, yarn, ant, gradle, grunt, gulp, batch, bash, make, maven, python, perl, powershell, ruby, and nsis",
"icon": "res/gears-r-colors.png",
Expand Down

0 comments on commit 70e54c5

Please sign in to comment.