diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de70f94b..f25b28cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # VSCODE-TASKEXPLORER CHANGE LOG +## Version 2.5.6 (August 21st, 2021) + +### Bug Fixes + +- events are processing for bothe sidebar and explorer view even if only one is activated and in use. + ## Version 2.5.5 (August 20th, 2021) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 726aacd85..38d7970dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-taskexplorer", - "version": "2.5.5", + "version": "2.5.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 86899ae13..4fb0d67b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-taskexplorer", - "version": "2.5.5", + "version": "2.5.6", "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",