From e7a463c7b0c2bf868177e4e19c1fcb5cfea32fcc Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Thu, 18 Nov 2021 13:10:51 +0200 Subject: [PATCH] chore(release): 1.0.3 --- 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 2e330d0c..d936f848 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. +### [1.0.3](https://github.com/SkepticMystic/breadcrumbs/compare/1.0.2...1.0.3) (2021-11-18) + + +### Bug Fixes + +* :bug: Properly save hierarchies ([b271fc0](https://github.com/SkepticMystic/breadcrumbs/commit/b271fc06528793941b1f65d93490e8786771c460)) + ### [1.0.2](https://github.com/SkepticMystic/breadcrumbs/compare/1.0.1...1.0.2) (2021-11-18) diff --git a/manifest.json b/manifest.json index 296141b4..a3d82ae5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index d0afe27f..a650fbc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "1.0.2", + "version": "1.0.3", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {