From 4a48ea868a7cd2f21b6a4814c5b02fa56827a66f Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Mon, 4 Oct 2021 19:08:39 +0200 Subject: [PATCH] chore(release): 0.10.73 --- 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 63e05543..f92c68b8 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. +### [0.10.73](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.72...0.10.73) (2021-10-04) + + +### Bug Fixes + +* **List/Matrix View:** :bug: Remove duplicate implied siblings ([0d0a187](https://github.com/SkepticMystic/breadcrumbs/commit/0d0a18714473a64a440336b2f67725fafbd5dc74)) + ### [0.10.72](https://github.com/SkepticMystic/breadcrumbs/compare/0.10.71...0.10.72) (2021-09-29) diff --git a/manifest.json b/manifest.json index b69654fa..987393d2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "0.10.72", + "version": "0.10.73", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index eff5eab3..ee45481f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "0.10.72", + "version": "0.10.73", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {