diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ea14f7..8615cd94 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.8.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.7.3...2.8.0) (2021-12-05) + + +### Features + +* :sparkles: Commands to jump to first up/down/next/prev (Fix [#202](https://github.com/SkepticMystic/breadcrumbs/issues/202)) ([a2e21f6](https://github.com/SkepticMystic/breadcrumbs/commit/a2e21f659765b32b6bf52760a8fbb401f88838b5)) + ### [2.7.3](https://github.com/SkepticMystic/breadcrumbs/compare/2.7.2...2.7.3) (2021-12-05) diff --git a/manifest.json b/manifest.json index 76ca04ab..cedc7c9a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.7.3", + "version": "2.8.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index d0eb2267..3f5ed4a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.7.3", + "version": "2.8.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {