From ddbdd7bddeb8d6d61337dc4306b59ed6d0014fb2 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Mon, 3 Jan 2022 16:31:38 +0200 Subject: [PATCH] chore(release): 2.19.0 --- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db696d12..dd4b2adf 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. +## [2.19.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.18.0...2.19.0) (2022-01-03) + + +### Features + +* **TagNote:** :sparkles: BC-tag-note-exact will only include notes with exactly that tag (fix [#236](https://github.com/SkepticMystic/breadcrumbs/issues/236)) ([efd111a](https://github.com/SkepticMystic/breadcrumbs/commit/efd111af3ba1d940f8faa29c3a06a81cb127e071)) +* **TagNote:** :sparkles: Choose a default tag-note-field ([b647507](https://github.com/SkepticMystic/breadcrumbs/commit/b6475077e615757016ce8f2b8fe28c80955f6bd8)) + ## [2.18.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.17.2...2.18.0) (2022-01-03) diff --git a/manifest.json b/manifest.json index 3d1436c4..9d4c2aa2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.18.0", + "version": "2.19.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 4ca35258..4a2e1bc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.18.0", + "version": "2.19.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {