diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e339a6..23698e5f 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.58.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.57.2...2.58.0) (2022-04-18) + + +### Features + +* **Grid View:** :sparkles: Buttons to change max depth ([51a8a73](https://github.com/SkepticMystic/breadcrumbs/commit/51a8a7310b7011fb42c4e158eb35186772e3f906)) + ### [2.57.2](https://github.com/SkepticMystic/breadcrumbs/compare/2.57.1...2.57.2) (2022-04-18) diff --git a/manifest.json b/manifest.json index c03659f6..2fcd6d1a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.57.2", + "version": "2.58.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 6b9a2163..81a66157 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.57.2", + "version": "2.58.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {