Skip to content

Commit

Permalink
chore(release): 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Nov 25, 2021
1 parent a771a4a commit 22d0b6f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [1.13.0](https://github.com/SkepticMystic/breadcrumbs/compare/1.12.2...1.13.0) (2021-11-25)


### Features

* :sparkles: BC-order as Suggestor field. Deprecate custom order field ([a771a4a](https://github.com/SkepticMystic/breadcrumbs/commit/a771a4a531add45784e46ae08becf94431db9a7e))


### Bug Fixes

* :bug: node.dir and node.field is not well-defined ([4e7c0fd](https://github.com/SkepticMystic/breadcrumbs/commit/4e7c0fd01e2bf3aded441fa71dc29563620bb05e))
* **List/Matrix View:** :bug: filterImpliedSiblings wasn't implemented correctly. It has been disabled for now ([ba4ced5](https://github.com/SkepticMystic/breadcrumbs/commit/ba4ced548d78c303de9cd12ad821e493ad8e8fdc))

### [1.12.2](https://github.com/SkepticMystic/breadcrumbs/compare/1.12.1...1.12.2) (2021-11-24)

### [1.12.1](https://github.com/SkepticMystic/breadcrumbs/compare/1.12.0...1.12.1) (2021-11-24)
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": "1.12.2",
"version": "1.13.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": "1.12.2",
"version": "1.13.0",
"description": "Visualise & navigate your vault's structure",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 22d0b6f

Please sign in to comment.