diff --git a/CHANGELOG.md b/CHANGELOG.md index 756f119a..4ba8ad01 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.3.2](https://github.com/SkepticMystic/breadcrumbs/compare/3.3.1...3.3.2) (2022-06-04) + + +### Bug Fixes + +* No async functions ([273db73](https://github.com/SkepticMystic/breadcrumbs/commit/273db736ecfea8497bd218935283107ae4392541)) +* Null check on ff in targetOrder ([59f70ee](https://github.com/SkepticMystic/breadcrumbs/commit/59f70eebdf6db61111d2f33d2e18fd04ebb3eb21)) + ### [3.3.1](https://github.com/SkepticMystic/breadcrumbs/compare/3.3.0...3.3.1) (2022-04-29) diff --git a/manifest.json b/manifest.json index 605998bb..9a1e4bb6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "3.3.1", + "version": "3.3.2", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 34d98e22..52469253 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "3.3.1", + "version": "3.3.2", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {