From 0c4595243c0e6a21de0f5e6536d5605116226a00 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Fri, 13 Aug 2021 10:57:02 +0200 Subject: [PATCH] chore(release): 0.10.16 --- 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 17e327a9..b8764e52 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. +### [0.10.16](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.15...0.10.16) (2021-08-13) + ### [0.10.15](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.14...0.10.15) (2021-08-13) diff --git a/manifest.json b/manifest.json index c1326d62..7c20cbf8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "0.10.15", + "version": "0.10.16", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index b4042455..71bc0ca4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "0.10.15", + "version": "0.10.16", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {