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.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidurber committed Sep 25, 2021
1 parent 2723a6a commit 9f384c5
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.14](https://github.com/Aidurber/obsidian-plugin-dynamic-toc/compare/0.0.13...0.0.14) (2021-09-25)


### Bug Fixes

* error when no matchers ([2723a6a](https://github.com/Aidurber/obsidian-plugin-dynamic-toc/commit/2723a6a9484d3b758bd7074536cf9ab9d3617b54))

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


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.13",
"version": "0.0.14",
"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.13",
"version": "0.0.14",
"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 @@ -11,5 +11,6 @@
"0.0.10": "0.11.0",
"0.0.11": "0.11.0",
"0.0.12": "0.11.0",
"0.0.13": "0.11.0"
"0.0.13": "0.11.0",
"0.0.14": "0.11.0"
}

0 comments on commit 9f384c5

Please sign in to comment.