Skip to content

Commit

Permalink
version bump, changloge notes, fix #58
Browse files Browse the repository at this point in the history
  • Loading branch information
kortina committed Jul 17, 2020
1 parent bdf119d commit 2cb1262
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v0.0.13](https://github.com/kortina/vscode-markdown-notes/releases/edit/v0.0.13) (2020-07-16)

Bugfix.

**Fixes:**

Fix https://github.com/kortina/vscode-markdown-notes/issues/58
when using `Go to Reference` outside `[[]]`, the `NULL_REF.type` will set to `RefType.WikiLink`, which causes the auto-complete for wiki links all the time. /tx @ahazxm


## [v0.0.12](https://github.com/kortina/vscode-markdown-notes/releases/edit/v0.0.12) (2020-07-12)

Configurable template for new notes.
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-notes",
"displayName": "Markdown Notes",
"description": "Navigate notes with [[wiki-links]], backlinks, and #tags (like Bear, Roam, etc). Automatically create notes from new inline [[wiki-links]]. Use Peek Definition to preview linked notes.",
"version": "0.0.12",
"version": "0.0.13",
"publisher": "kortina",
"repository": {
"url": "https://github.com/kortina/vscode-markdown-notes.git",
Expand Down

0 comments on commit 2cb1262

Please sign in to comment.