diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e472835..3dbd5064 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.39](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.38...0.10.39) (2021-08-21) + + +### Bug Fixes + +* **Vis View:** :bug: Force Directed Graph: Current note doesn't have to have breadcrumbs for fdg to show ([fc66973](https://github.com/SkepticMystic/breadcrumbs/commit/fc669734727582fc923fa5c92c455fd2869ba8d4)), closes [#93](https://github.com/SkepticMystic/breadcrumbs/issues/93) + ### [0.10.38](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.37...0.10.38) (2021-08-21) diff --git a/manifest.json b/manifest.json index be7bee32..d1198713 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "0.10.38", + "version": "0.10.39", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 433d2468..26347dbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "0.10.38", + "version": "0.10.39", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {