Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
Added support in markdown files.
  • Loading branch information
jasonplatts committed Aug 3, 2021
1 parent 94cc068 commit 7c68bee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7c68bee

Please sign in to comment.