From 22d0b6fed5c257f5040a030aff7a50d180861635 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Thu, 25 Nov 2021 10:40:39 +0200 Subject: [PATCH] chore(release): 1.13.0 --- CHANGELOG.md | 13 +++++++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85aaa7eb..ce442a8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/manifest.json b/manifest.json index 15ee88cc..a154824c 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 3492dc79..3b94850b 100644 --- a/package.json +++ b/package.json @@ -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": {