diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b5fc4b..4e44aa4f 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.45.1](https://github.com/SkepticMystic/breadcrumbs/compare/2.45.0...2.45.1) (2022-01-29) + + +### Bug Fixes + +* **List/Matrix View:** :bug: Sort by lowerCase (fix [#294](https://github.com/SkepticMystic/breadcrumbs/issues/294)) ([728929e](https://github.com/SkepticMystic/breadcrumbs/commit/728929e74170c4e9ac3ed907bd4f5e438023f29a)) + ## [2.45.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.44.3...2.45.0) (2022-01-29) diff --git a/manifest.json b/manifest.json index 11aecb89..8a4528f6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.45.0", + "version": "2.45.1", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index d5d837c7..2652d853 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.45.0", + "version": "2.45.1", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {