Skip to content

Commit

Permalink
Prepare a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasHubelbauer committed May 21, 2018
1 parent 69b0487 commit ca2ba91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## `9.0.0` (2018-05-21)

- Display the to-do checkbox age in the CodeLens next to the date
- Hide the `done` portion of the tree view item label with counts if it is zero
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-markdown-todo",
"displayName": "MarkDown To-Do",
"description": "Collects to-do items in MarkDown files to an Explorer tree view with contextual menues for toggling and removing to-do items and keeps the tree view up-to-date as to-do items are inserted, updated and deleted in any MarkDown file in the workspace.",
"version": "8.0.0",
"version": "9.0.0",
"license": "MIT",
"categories": [
"Programming Languages"
Expand Down

0 comments on commit ca2ba91

Please sign in to comment.