From 13612ef355400e6d2034f8aae7b04d442981390c Mon Sep 17 00:00:00 2001 From: Ross Keenan Date: Tue, 30 Nov 2021 15:52:26 +0200 Subject: [PATCH] chore(release): 2.2.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 4cddb8d7..3062e88e 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. +## [2.2.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.1.2...2.2.0) (2021-11-30) + + +### Features + +* :sparkles: Options to choose which views are oppened onload ([c48c571](https://github.com/SkepticMystic/breadcrumbs/commit/c48c571e2c3b276cf0cc67f0839d5e234e6d7b8e)) + + +### Bug Fixes + +* :bug: Close views properly onunload ([01f60ff](https://github.com/SkepticMystic/breadcrumbs/commit/01f60ff1dcb941cdf5f114c9118c6d0cead53de1)) +* **DownView:** :lipstick: .icon styles were only being added if Graph Analysis is installed ([b17398c](https://github.com/SkepticMystic/breadcrumbs/commit/b17398cc81568ffe9608f129f133f545de4909db)) + ### [2.1.2](https://github.com/SkepticMystic/breadcrumbs/compare/2.1.1...2.1.2) (2021-11-30) diff --git a/manifest.json b/manifest.json index e3bd0ade..21d29938 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.1.2", + "version": "2.2.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 2e4fd782..1498a196 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.1.2", + "version": "2.2.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {