diff --git a/CHANGELOG.md b/CHANGELOG.md index ce41c941..44b1d095 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.22.3](https://github.com/SkepticMystic/breadcrumbs/compare/2.22.2...2.22.3) (2022-01-08) + + +### Bug Fixes + +* **TagNote:** :bug: Allow non-conventional tag syntax ([075b935](https://github.com/SkepticMystic/breadcrumbs/commit/075b9358f04d67cda74cb2e866f9a3b2f566499f)) + ### [2.22.2](https://github.com/SkepticMystic/breadcrumbs/compare/2.22.1...2.22.2) (2022-01-08) diff --git a/manifest.json b/manifest.json index 70fde4eb..c2f46138 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.22.2", + "version": "2.22.3", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index d85c1f18..d45675ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.22.2", + "version": "2.22.3", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {