Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
* Fixed internal error preventing extension submission.
  • Loading branch information
jasonplatts committed Dec 13, 2022
1 parent 1d46412 commit 91b604a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 863 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 3.1.1

* Fixed internal error preventing extension submission.

## Version 3.1

* Added support for tag detection with whitespace in addition to the : or [] characters. Many thanks to Seth Battis for this contribution!
Expand Down
6 changes: 3 additions & 3 deletions 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.1",
"version": "3.1.1",
"repository":"https://github.com/jasonplatts/nova-todo",
"bugs":"https://github.com/jasonplatts/nova-todo/issues",
"funding":"https://github.com/sponsors/jasonplatts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"description": "Select to allow TODO in additon to TODO: and [TODO]",
"type": "boolean",
"default": false
},
}
]
},
{
Expand Down Expand Up @@ -253,7 +253,7 @@
"type": "enum",
"values": ["Use Global Preference", "Not Allowed", "Allowed"],
"default": "Use Global Preference"
},
}
]
},
{
Expand Down
8 changes: 0 additions & 8 deletions package.json

This file was deleted.

Loading

0 comments on commit 91b604a

Please sign in to comment.