From 4386c493b067f72b8ee05c21aba61978c9ce5121 Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Thu, 18 Nov 2021 16:22:47 +0200 Subject: [PATCH] chore(release): 1.1.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 baa8a62a..8d549bbf 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.1.0](https://github.com/SkepticMystic/breadcrumbs/compare/1.0.5...1.1.0) (2021-11-18) + + +### Features + +* **nextPrev:** :sparkles: Show fieldName ([b2e10d4](https://github.com/SkepticMystic/breadcrumbs/commit/b2e10d4b9886ecf56e73e17eb2cfc963bc352795)) + + +### Bug Fixes + +* :bug: Fix "Show Hierarchies" button ([141b4f9](https://github.com/SkepticMystic/breadcrumbs/commit/141b4f90c404b4134fe1b9f21007fcf5581a7b3b)) +* **nextPrev:** :bug: Remove duplicate implied ([8fc11e9](https://github.com/SkepticMystic/breadcrumbs/commit/8fc11e9131cad2afb4e2688afabc319493ae252b)) + ### [1.0.5](https://github.com/SkepticMystic/breadcrumbs/compare/1.0.4...1.0.5) (2021-11-18) ### [1.0.4](https://github.com/SkepticMystic/breadcrumbs/compare/1.0.3...1.0.4) (2021-11-18) diff --git a/manifest.json b/manifest.json index f3903d34..7c0bccba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "1.0.5", + "version": "1.1.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 9850b113..879d251e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "1.0.5", + "version": "1.1.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {