From b4cf427296c9d97f204b6b23fd0a64c1acb35c1f Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Mon, 3 Jan 2022 16:48:36 +0200 Subject: [PATCH] chore(release): 2.19.1 --- 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 dd4b2adf..16dc5a69 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.19.1](https://github.com/SkepticMystic/breadcrumbs/compare/2.19.0...2.19.1) (2022-01-03) + + +### Bug Fixes + +* **WriteBCToFile:** :bug: Fix write BCs to ALL files command (fix [#217](https://github.com/SkepticMystic/breadcrumbs/issues/217)) ([426a76e](https://github.com/SkepticMystic/breadcrumbs/commit/426a76e206cb9ad6c4d8f92332fb7bfd711d7af7)) + ## [2.19.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.18.0...2.19.0) (2022-01-03) diff --git a/manifest.json b/manifest.json index 9d4c2aa2..0c2394f2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.19.0", + "version": "2.19.1", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 4a2e1bc8..13bda1b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.19.0", + "version": "2.19.1", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {