From 24e94126bb1d49655d3b385bdff3ca8065adb0bb Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Thu, 18 Nov 2021 12:49:01 +0200 Subject: [PATCH] chore(release): 1.0.2 --- 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 3f75c50f..2e330d0c 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. +### [1.0.2](https://github.com/SkepticMystic/breadcrumbs/compare/1.0.1...1.0.2) (2021-11-18) + + +### Bug Fixes + +* :bug: More silent fails if no next/prev yet ([489c3c3](https://github.com/SkepticMystic/breadcrumbs/commit/489c3c338819eafd23c97e032fffb055bfd315f7)) + ### [1.0.1](https://github.com/SkepticMystic/breadcrumbs/compare/1.0.0...1.0.1) (2021-11-18) diff --git a/manifest.json b/manifest.json index a628783f..296141b4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index d3924e19..d0afe27f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "1.0.1", + "version": "1.0.2", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {