From 2a36cd7d68c71ebc6aa955ad4ad926cef06727cc Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Sun, 23 Jan 2022 21:38:30 +0200 Subject: [PATCH] chore(release): 2.44.0 --- CHANGELOG.md | 13 +++++++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e6b4c05..7ed6b1b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +## [2.44.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.43.0...2.44.0) (2022-01-23) + + +### Features + +* Juggl view now uses custom hierarchy visualization ([578df1b](https://github.com/SkepticMystic/breadcrumbs/commit/578df1b20be07b229ad070b108a933fa87ef9276)) +* Layout type selector for Juggl view ([4f40700](https://github.com/SkepticMystic/breadcrumbs/commit/4f407001e76c0478ecacff2578ce21ce866bb377)) + + +### Bug Fixes + +* Juggl doesnt render correctly for notes with - in the name ([2024886](https://github.com/SkepticMystic/breadcrumbs/commit/20248868a7e6b3330999e0f161c9a81674617683)) + ## [2.43.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.42.1...2.43.0) (2022-01-23) diff --git a/manifest.json b/manifest.json index e7cf68e2..b1861cb3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.43.0", + "version": "2.44.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index ad4aafde..7e6b5eb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.43.0", + "version": "2.44.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {