From 2301cca1e31095c3d920cf10b46beed3f6e20181 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Wed, 29 Dec 2021 11:31:42 +0200 Subject: [PATCH] chore(release): 2.14.0 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc1402d..6595c008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.14.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.13.0...2.14.0) (2021-12-29) + + +### Features + +* **Threading:** :sparkles: Commands to create a new from the current note (fix [#221](https://github.com/SkepticMystic/breadcrumbs/issues/221)) ([ee76b56](https://github.com/SkepticMystic/breadcrumbs/commit/ee76b5691477c52ebb4a7672a6fd3631ce9f97e3)) + ## [2.13.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.12.1...2.13.0) (2021-12-29) diff --git a/manifest.json b/manifest.json index fabb3988..cbf5273b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.13.0", + "version": "2.14.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 3f782db5..b5f24060 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.13.0", + "version": "2.14.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {