From 00dbce8984414a19962fe9b86cc83b358dbbe89d Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Sat, 21 Aug 2021 21:05:36 +0200 Subject: [PATCH] chore(release): 0.10.45 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed8d4957..0a37c63b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.10.45](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.44...0.10.45) (2021-08-21) + + +### Bug Fixes + +* **Hierarchy Note:** :bug: Forget to check for different delimiters in depth() ([7d54b88](https://github.com/SkepticMystic/breadcrumbs/commit/7d54b881b067560f5a3098155a9b4ac98f58697e)) + ### [0.10.44](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.43...0.10.44) (2021-08-21) diff --git a/manifest.json b/manifest.json index 3e27e153..b8fdb6c4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "0.10.44", + "version": "0.10.45", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 1acd07c4..cc4d10c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "0.10.44", + "version": "0.10.45", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {