From 69aceb521add1d9ea6f26e4685a6ae0ab0dd7ebf Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Fri, 21 Jan 2022 19:12:17 +0200 Subject: [PATCH] chore(release): 2.40.4 --- 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 23947d03..ab527420 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. +### [2.40.4](https://github.com/SkepticMystic/breadcrumbs/compare/2.40.3...2.40.4) (2022-01-21) + + +### Bug Fixes + +* **Path View:** :bug: Remember to getOppFallback when limiting trail sub ([5f5e345](https://github.com/SkepticMystic/breadcrumbs/commit/5f5e3451285b835dd8db8c1651959c20a23ca44a)) + ### [2.40.3](https://github.com/SkepticMystic/breadcrumbs/compare/2.40.2...2.40.3) (2022-01-21) diff --git a/manifest.json b/manifest.json index 4cb964d4..71932a24 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.40.3", + "version": "2.40.4", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 6dd27379..7a07c30a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.40.3", + "version": "2.40.4", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {