From 7c68bee22b09753fc6f2d4cc2f96c3bf73107679 Mon Sep 17 00:00:00 2001 From: Jason Platts Date: Tue, 3 Aug 2021 11:38:36 -0400 Subject: [PATCH] v3.0.2 Added support in markdown files. --- CHANGELOG.md | 4 ++++ extension.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c853ad..948781d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 3.0.2 + +* Added support in markdown files. + ## Version 3.0.1 * Fixed improper detection of tags when preceded by an underscore. diff --git a/extension.json b/extension.json index befb9b4..d614e95 100644 --- a/extension.json +++ b/extension.json @@ -4,7 +4,7 @@ "organization": "Jason Platts", "description": "Displays tags, such as TODO and FIXME, in a sidebar.", "license":"MIT", - "version": "3.0.1", + "version": "3.0.2", "repository":"https://github.com/jasonplatts/nova-todo", "bugs":"https://github.com/jasonplatts/nova-todo/issues", "funding":"https://github.com/sponsors/jasonplatts",