Skip to content

Commit

Permalink
chore(release): 2.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Jan 10, 2022
1 parent 6a3d42f commit bf4b4bd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit bf4b4bd

Please sign in to comment.