Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
chore(release): 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidurber committed Dec 21, 2021
1 parent 54c214b commit 4355d0c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.19](https://github.com/Aidurber/obsidian-plugin-dynamic-toc/compare/0.0.18...0.0.19) (2021-12-21)


### Bug Fixes

* correctly parse link headings with aliases ([a90275b](https://github.com/Aidurber/obsidian-plugin-dynamic-toc/commit/a90275b33a91c276fd34f0fc15d7eeb35b500568))
* hide new extractor behind feature flag ([e82eac4](https://github.com/Aidurber/obsidian-plugin-dynamic-toc/commit/e82eac4e23ff1898dbf555fa8524b64bde502d00))
* set new header extractor to false ([4add54b](https://github.com/Aidurber/obsidian-plugin-dynamic-toc/commit/4add54b1e8ada2835f246636f7ba1f20842a7ba5))

### [0.0.18](https://github.com/Aidurber/obsidian-plugin-dynamic-toc/compare/0.0.17...0.0.18) (2021-11-30)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"author": "aidurber",
"description": "An Obsidian plugin to generate Tables of Contents that stay up to date with your document outline.",
"minAppVersion": "0.11.0",
"version": "0.0.18",
"version": "0.0.19",
"repo": "aidurber/obsidian-plugin-dynamic-toc"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-plugin-dynamic-toc",
"version": "0.0.18",
"version": "0.0.19",
"description": "An Obsidian plugin to generate Tables of Contents that stay up to date with your document outline.",
"main": "main.js",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"0.0.15": "0.11.0",
"0.0.16": "0.11.0",
"0.0.17": "0.11.0",
"0.0.18": "0.11.0"
"0.0.18": "0.11.0",
"0.0.19": "0.11.0"
}

0 comments on commit 4355d0c

Please sign in to comment.