diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fea8d94..26027ec6 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.10.1](https://github.com/SkepticMystic/breadcrumbs/compare/1.10.0...1.10.1) (2021-11-23) + ## [1.10.0](https://github.com/SkepticMystic/breadcrumbs/compare/1.9.0...1.10.0) (2021-11-23) diff --git a/manifest.json b/manifest.json index 44c577aa..5fb228bb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "1.10.0", + "version": "1.10.1", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 8d20dfbe..c558fd83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "1.10.0", + "version": "1.10.1", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {