diff --git a/CHANGELOG.md b/CHANGELOG.md index bc95e443..1be4a8d1 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. +### [1.7.3](https://github.com/SkepticMystic/breadcrumbs/compare/1.7.2...1.7.3) (2021-11-22) + ### [1.7.2](https://github.com/SkepticMystic/breadcrumbs/compare/1.7.1...1.7.2) (2021-11-22) diff --git a/manifest.json b/manifest.json index 7175f1ae..2b52cb79 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "1.7.2", + "version": "1.7.3", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 8fba9b44..e493f52e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "1.7.2", + "version": "1.7.3", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {