From 9dae1c0fa3de29135b57cc6271e4d532417ed5d7 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Sat, 8 Jan 2022 18:39:25 +0200 Subject: [PATCH] chore(release): 2.24.0 --- CHANGELOG.md | 9 +++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e79788ce..e049f307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.24.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.23.0...2.24.0) (2022-01-08) + + +### Features + +* **Codeblock:** :sparkles: `flat: true` will flatten the results ([a65d0a2](https://github.com/SkepticMystic/breadcrumbs/commit/a65d0a25118ae4849e50d6f166c4993e60198f92)) +* **Codeblock:** :sparkles: Limit depth on type: tree ([144a33c](https://github.com/SkepticMystic/breadcrumbs/commit/144a33c198cf861ea0e14b3e12876d03be2170c8)) +* **List/Matrix View:** :lipstick: Add `BC-active-note` class to current note (Fix [#245](https://github.com/SkepticMystic/breadcrumbs/issues/245)) ([83f8b55](https://github.com/SkepticMystic/breadcrumbs/commit/83f8b552ecad1c648929f8a9dc1088d6f96b90d4)) + ## [2.23.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.22.3...2.23.0) (2022-01-08) diff --git a/manifest.json b/manifest.json index f0ec4692..f54d47fd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.23.0", + "version": "2.24.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index ac98eb84..e74a6be9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.23.0", + "version": "2.24.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {