diff --git a/CHANGELOG.md b/CHANGELOG.md index 6595c008..dde5c7b4 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.15.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.14.0...2.15.0) (2022-01-01) + + +### Features + +* **List/Matrix View:** :sparkles: Option to change the order of the directions for each hierarchy (fix [#224](https://github.com/SkepticMystic/breadcrumbs/issues/224)) ([ca3c35b](https://github.com/SkepticMystic/breadcrumbs/commit/ca3c35bf236a3099aefaf94b43a0528738fbba1b)) + ## [2.14.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.13.0...2.14.0) (2021-12-29) diff --git a/manifest.json b/manifest.json index cbf5273b..c24ea2ce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.14.0", + "version": "2.15.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index b5f24060..04ec2a4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.14.0", + "version": "2.15.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {