diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f98f9bb..92d1de24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.56](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.55...0.10.56) (2021-09-04) + ### [0.10.55](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.54...0.10.55) (2021-09-04) ### [0.10.54](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.53...0.10.54) (2021-09-04) diff --git a/manifest.json b/manifest.json index df8d8c27..72c9ae91 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "0.10.55", + "version": "0.10.56", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index d1c5c03f..fe14eb5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "0.10.55", + "version": "0.10.56", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {