From 520b5125deac917d75e504889c69fcbdeb4659fe Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Tue, 23 Nov 2021 08:35:56 +0200 Subject: [PATCH] chore(release): 1.7.9 --- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- package.json | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69de9fa9..92f6ab5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.7.9](https://github.com/SkepticMystic/breadcrumbs/compare/1.7.8...1.7.9) (2021-11-23) + + +### Bug Fixes + +* :bug: Don't overwrite userHiers everytime ([231a042](https://github.com/SkepticMystic/breadcrumbs/commit/231a042a41e1c12b3275d37e692ca826db2baf48)) +* **Path View:** :bug: Traversal was too strict on previously visited nodes ([90000b7](https://github.com/SkepticMystic/breadcrumbs/commit/90000b75f1e63c10b6b69165c48d32259f0c9ff5)) + ### [1.7.8](https://github.com/SkepticMystic/breadcrumbs/compare/1.7.7...1.7.8) (2021-11-22) diff --git a/manifest.json b/manifest.json index db075efd..d906db54 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "1.7.8", + "version": "1.7.9", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index cef6c63a..5c9b9d0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "1.7.8", + "version": "1.7.9", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": { @@ -57,4 +57,4 @@ "svelte": "3.35.0", "svelte-icons": "^2.1.0" } -} \ No newline at end of file +}