diff --git a/CHANGELOG.md b/CHANGELOG.md index df14fa28..f73f44b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [3.5.1](https://github.com/SkepticMystic/breadcrumbs/compare/3.5.0...3.5.1) (2022-07-24) + + +### Bug Fixes + +* :bug: Catch errors when removing cycles ([563129c](https://github.com/SkepticMystic/breadcrumbs/commit/563129c89a5ca832b080b99fc2015dcdda769f67)) +* No need to use alternative getFile API (fix [#416](https://github.com/SkepticMystic/breadcrumbs/issues/416)) ([e3e4418](https://github.com/SkepticMystic/breadcrumbs/commit/e3e4418bef38a478bda1b12d687bd075a9ff3b8b)) + ## [3.5.0](https://github.com/SkepticMystic/breadcrumbs/compare/3.4.1...3.5.0) (2022-07-23) diff --git a/manifest.json b/manifest.json index 74ebe430..fa3a7eb2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "3.5.0", + "version": "3.5.1", "minAppVersion": "0.15.2", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index bffb5fdc..3e720ff2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "3.5.0", + "version": "3.5.1", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {