From cc9fdc1c00370f0154b26dd16dfe94c516404a77 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Thu, 16 Dec 2021 11:13:37 +0200 Subject: [PATCH] chore(release): 2.10.1 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c06557..506ffcd8 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.10.1](https://github.com/SkepticMystic/breadcrumbs/compare/2.10.0...2.10.1) (2021-12-16) + + +### Bug Fixes + +* :bug: Safety checks for new notes and no markdownView ([452a54b](https://github.com/SkepticMystic/breadcrumbs/commit/452a54bcbdce20424c1de1f9bf61fb3a99f8cdc1)) + ## [2.10.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.9.2...2.10.0) (2021-12-16) diff --git a/manifest.json b/manifest.json index 03752998..56f293d3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.10.0", + "version": "2.10.1", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index cad4297f..7c821ea9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.10.0", + "version": "2.10.1", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {