From 65ed6df5c9a10209b0c332bc57388436f8f6a3f4 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Thu, 18 Nov 2021 14:04:23 +0200 Subject: [PATCH] chore(release): 1.0.5 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a718ce9..baa8a62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.5](https://github.com/SkepticMystic/breadcrumbs/compare/1.0.4...1.0.5) (2021-11-18) + ### [1.0.4](https://github.com/SkepticMystic/breadcrumbs/compare/1.0.3...1.0.4) (2021-11-18) diff --git a/manifest.json b/manifest.json index 3169a7fb..f3903d34 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "1.0.4", + "version": "1.0.5", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 953b19bf..9850b113 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "1.0.4", + "version": "1.0.5", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {