From 2e67066631073064d01437090742d9675519f937 Mon Sep 17 00:00:00 2001 From: spmeesseman Date: Sat, 30 Mar 2019 10:31:26 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/spmeesseman/vscode-taskexplorer/compare/v1.6.0...v1.7.0) (2019-03-30) ### Features * add sidebar view ([2595a39](https://github.com/spmeesseman/vscode-taskexplorer/commit/2595a39)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 23 ++++++++++++----------- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5afb8e613..fcea8273d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/spmeesseman/vscode-taskexplorer/compare/v1.6.0...v1.7.0) (2019-03-30) + + +### Features + +* add sidebar view ([2595a39](https://github.com/spmeesseman/vscode-taskexplorer/commit/2595a39)) + # [1.6.0](https://github.com/spmeesseman/vscode-taskexplorer/compare/v1.5.21...v1.6.0) (2019-03-30) diff --git a/package-lock.json b/package-lock.json index 316a9073f..de7bdc11d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-taskexplorer", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7bc4642f8..e821958c3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Task Explorer", "description": "View and run tasks from Explorer", "icon": "res/launch.png", - "version": "1.6.0", + "version": "1.7.0", "publisher": "spmeesseman", "repository": { "type": "git", @@ -111,11 +111,11 @@ "contributes": { "viewsContainers": { "activitybar": [ - { - "id": "taskActivity", - "title": "%view.name%", - "icon": "res/gears.svg" - } + { + "id": "taskActivity", + "title": "%view.name%", + "icon": "res/gears.svg" + } ] }, "views": { @@ -127,11 +127,12 @@ } ], "taskActivity": [ - { - "id": "taskExplorerSideBar", - "name": "%view.name%", - "when": "config.taskExplorer.enableSideBar" - }] + { + "id": "taskExplorerSideBar", + "name": "%view.name%", + "when": "config.taskExplorer.enableSideBar" + } + ] }, "commands": [ {