diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d7f085..ed8d4957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.10.44](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.43...0.10.44) (2021-08-21) + + +### Features + +* **Hierarchy Note:** :sparkles: Allow any list delimiter `-`, `*`, `+` ([e307696](https://github.com/SkepticMystic/breadcrumbs/commit/e3076967fde061be5f2f36dbaa007ef208fb1e31)) +* **Hierarchy Note:** :sparkles: Allow yaml frontmatter ([88f0499](https://github.com/SkepticMystic/breadcrumbs/commit/88f04997833252bb0498f409a67d57360110cedc)) + ### [0.10.43](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.42...0.10.43) (2021-08-21) diff --git a/manifest.json b/manifest.json index 55154c92..3e27e153 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "0.10.43", + "version": "0.10.44", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 1b83b48d..1acd07c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "0.10.43", + "version": "0.10.44", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {