Skip to content

Commit

Permalink
chore(release): 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Nov 30, 2021
1 parent 01f60ff commit 13612ef
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 13612ef

Please sign in to comment.