diff --git a/CHANGELOG.md b/CHANGELOG.md index fd6295c6..4c98e4cd 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.21.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.20.0...2.21.0) (2022-01-06) + + +### Features + +* **RegexNote:** :sparkles: BC-regex-note! All note names that match the regex will be added ([5e3cea2](https://github.com/SkepticMystic/breadcrumbs/commit/5e3cea2f2de16b56ecdea11be6c4bda469205e4b)) + + +### Bug Fixes + +* :bug: Load settings much sooner ([d62c0ce](https://github.com/SkepticMystic/breadcrumbs/commit/d62c0ce19d850ada55b118bafcbb84fcc1a9534a)) +* **TagNote:** :bug: Allow blank default tagNoteFiled ([9a522a5](https://github.com/SkepticMystic/breadcrumbs/commit/9a522a56c6d060e9d3dcd97663b0f6b8cfe78d50)) + ## [2.20.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.19.1...2.20.0) (2022-01-03) diff --git a/manifest.json b/manifest.json index 009ab56f..053df127 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.20.0", + "version": "2.21.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index a837a1f8..2fc6fccd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.20.0", + "version": "2.21.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {