diff --git a/CHANGELOG.md b/CHANGELOG.md index 5267d9a4..050e38d5 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. +### [2.31.3](https://github.com/SkepticMystic/breadcrumbs/compare/2.31.2...2.31.3) (2022-01-11) + + +### Bug Fixes + +* **Codeblock:** :bug: Check if `f` is undefined first (fix [#265](https://github.com/SkepticMystic/breadcrumbs/issues/265)) ([d530454](https://github.com/SkepticMystic/breadcrumbs/commit/d530454660e411f4b83a7a2fc28b4d5630a70ca1)) + ### [2.31.2](https://github.com/SkepticMystic/breadcrumbs/compare/2.31.1...2.31.2) (2022-01-11) diff --git a/manifest.json b/manifest.json index dc06a3e2..27dce139 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.31.2", + "version": "2.31.3", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 94089918..941f550b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.31.2", + "version": "2.31.3", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {