From 2f04b27218849a0bc2a59495739ab26d92f8cd29 Mon Sep 17 00:00:00 2001 From: Nigel Scott Date: Thu, 31 Dec 2020 11:26:55 +0000 Subject: [PATCH] Version 0.0.193 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e78f127..800fe91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Todo Tree Change Log +## v0.0.193 - 2020-12-31 + - Add support for a simple colour scheme to apply to the highlights - Default to 'TODO' if all tags are removed - Add some icons to the scan mode and nothing found messages diff --git a/package-lock.json b/package-lock.json index dc705bc..19f5012 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "todo-tree", - "version": "0.0.192", + "version": "0.0.193", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -4892,4 +4892,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 77020fb..e201729 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "tasklist", "multi-root ready" ], - "version": "0.0.192", + "version": "0.0.193", "license": "MIT", "icon": "resources/todo-tree.png", "publisher": "Gruntfuggly",