From ec8b11ebe43b78ca5535a130be9961017da3af4e Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Sun, 16 Jan 2022 11:18:25 +0200 Subject: [PATCH] chore(release): 2.37.0 --- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f814ef0..37086225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.37.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.36.1...2.37.0) (2022-01-16) + + +### Features + +* **DendronNote:** :sparkles: Add `BC-ignore-dendron: true` to not treat a dendron note as such (Fix [#277](https://github.com/SkepticMystic/breadcrumbs/issues/277)) ([f75653d](https://github.com/SkepticMystic/breadcrumbs/commit/f75653d8f7db264204fb5c96956222ba8acc10b0)) + + +### Bug Fixes + +* **FolderNote:** :bug: Point of to parentFolder, not previousFolder ([1b9b522](https://github.com/SkepticMystic/breadcrumbs/commit/1b9b522c26827aeb3ab4f308c8acd9719d790d3c)) + ### [2.36.1](https://github.com/SkepticMystic/breadcrumbs/compare/2.36.0...2.36.1) (2022-01-15) diff --git a/manifest.json b/manifest.json index 29bd9bbb..cbe7fe53 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.36.1", + "version": "2.37.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 3909b157..f78f2b2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.36.1", + "version": "2.37.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {