From dc779142bc5fe0dbf6976998fe2bb38ef39a6e58 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Fri, 19 Nov 2021 14:02:34 +0200 Subject: [PATCH] chore(release): 1.4.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 6bfe7741..44bd15d6 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. +## [1.4.0](https://github.com/SkepticMystic/breadcrumbs/compare/1.3.1...1.4.0) (2021-11-19) + + +### Features + +* **DucksView:** :sparkles: Add Duck view to show notes which don't have any breadcrumbs ([2d0b2b2](https://github.com/SkepticMystic/breadcrumbs/commit/2d0b2b2dea721f05a537bac4fa512aa35f9caab0)) + + +### Bug Fixes + +* :bug: Add all nodes to `main` ([fa24115](https://github.com/SkepticMystic/breadcrumbs/commit/fa241157343a31e9d519cb88877325e8df263beb)) + ### [1.3.1](https://github.com/SkepticMystic/breadcrumbs/compare/1.3.0...1.3.1) (2021-11-19) diff --git a/manifest.json b/manifest.json index 1bcf7c68..7d2e9a91 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "1.3.1", + "version": "1.4.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 48916eaa..5e22908d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "1.3.1", + "version": "1.4.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {