diff --git a/CHANGELOG.md b/CHANGELOG.md index a72b31ef..35312a7e 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.32.1](https://github.com/SkepticMystic/breadcrumbs/compare/2.32.0...2.32.1) (2022-01-11) + + +### Bug Fixes + +* **Codeblock:** :bug: Copilot isn't always right. Use `indent` to calculate nodeDepth ([8d722ee](https://github.com/SkepticMystic/breadcrumbs/commit/8d722ee85a9df4fa17568cc82319d0dafd91876e)) + ## [2.32.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.31.4...2.32.0) (2022-01-11) diff --git a/manifest.json b/manifest.json index 0b5a4753..62d7864e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.32.0", + "version": "2.32.1", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 2d43e3ab..3d4afaf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.32.0", + "version": "2.32.1", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {