From ffe54cbb96b8db1b1899b8080f38e2ac907fd15c Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Tue, 11 Jan 2022 07:43:35 +0200 Subject: [PATCH] chore(release): 2.31.2 --- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20751c01..5267d9a4 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. +### [2.31.2](https://github.com/SkepticMystic/breadcrumbs/compare/2.31.1...2.31.2) (2022-01-11) + + +### Bug Fixes + +* **Codeblock:** :bug: Refresh codeblocks after initialising index ([c150cb9](https://github.com/SkepticMystic/breadcrumbs/commit/c150cb9ddc156ab8895f3bda3b7a2677f78b6456)) +* **TreeView:** :bug: Fail silently if mainG is not ready yet ([a2b19a1](https://github.com/SkepticMystic/breadcrumbs/commit/a2b19a1e96bdc3e5a5949998789da91e4c6bcae3)) + ### [2.31.1](https://github.com/SkepticMystic/breadcrumbs/compare/2.31.0...2.31.1) (2022-01-10) diff --git a/manifest.json b/manifest.json index f77ac42d..dc06a3e2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.31.1", + "version": "2.31.2", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 3fbe8e20..94089918 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.31.1", + "version": "2.31.2", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {