diff --git a/CHANGELOG.md b/CHANGELOG.md index d86f3b96..ff348058 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.11.6](https://github.com/SkepticMystic/breadcrumbs/compare/0.11.5...0.11.6) (2021-11-09) + + +### Bug Fixes + +* **getFieldValues:** :bug: Be more explicit with dvLinks ([db9c259](https://github.com/SkepticMystic/breadcrumbs/commit/db9c25956ec848a0d30143a789defc0be2fa5e36)) + ### [0.11.5](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.76...0.11.5) (2021-11-09) ### [0.10.76](https://github.com/SkepticMystic/breadcrumbs/compare/0.11.4...0.10.76) (2021-11-09) diff --git a/manifest.json b/manifest.json index 8ba57fad..8d1e400b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "0.11.5", + "version": "0.11.6", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index af0a3b74..49383bda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "0.11.5", + "version": "0.11.6", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {