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.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidurber committed Sep 9, 2021
1 parent 9dfb443 commit bb55ea2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.10](https://github.com/Aidurber/obsidian-plugin-dynamic-toc/compare/0.0.9...0.0.10) (2021-09-09)


### Bug Fixes

* use registerEvent ([9dfb443](https://github.com/Aidurber/obsidian-plugin-dynamic-toc/commit/9dfb443b00f18254e350bf9a368d746ad13e15ec))

### [0.0.9](https://github.com/Aidurber/obsidian-plugin-dynamic-toc/compare/0.0.8...0.0.9) (2021-09-09)


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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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 @@ -7,5 +7,6 @@
"0.0.6": "0.11.0",
"0.0.7": "0.11.0",
"0.0.8": "0.11.0",
"0.0.9": "0.11.0"
"0.0.9": "0.11.0",
"0.0.10": "0.11.0"
}

0 comments on commit bb55ea2

Please sign in to comment.