From bf4b4bd398a3146e8a18327dab53f909184b8646 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Mon, 10 Jan 2022 19:00:35 +0200 Subject: [PATCH] chore(release): 2.31.0 --- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6816800..204705c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.31.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.30.0...2.31.0) (2022-01-10) + + +### Features + +* **List/Matrix View:** :sparkles: Option to sort by note name, but show it's alias. Default is to sort by alias if one is found (fix [#255](https://github.com/SkepticMystic/breadcrumbs/issues/255)) ([bb25b48](https://github.com/SkepticMystic/breadcrumbs/commit/bb25b485488a7449f7505c71d7c1b431855ec82b)) + + +### Bug Fixes + +* **Codeblock:** :bug: Safety on `field` in codeblockError ([6a3d42f](https://github.com/SkepticMystic/breadcrumbs/commit/6a3d42f08d978bede3a552823d127f43efa4bb02)) + ## [2.30.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.28.1...2.30.0) (2022-01-10) diff --git a/manifest.json b/manifest.json index a34a8fe2..d566987e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.30.0", + "version": "2.31.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index b83f6873..4f0fd9cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.30.0", + "version": "2.31.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {