diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb81289..d6816800 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.30.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.28.1...2.30.0) (2022-01-10) + + +### Features + +* **Codeblock:** :sparkles: BREAKING: default `depth` syntax now sets the MIN value. Use `depth: 1-3` to specify a range. ([04d2a10](https://github.com/SkepticMystic/breadcrumbs/commit/04d2a102536594a32653840653feeeee4e856567)) + ## [2.29.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.28.1...2.29.0) (2022-01-10) diff --git a/manifest.json b/manifest.json index df3b732f..a34a8fe2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.29.0", + "version": "2.30.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 2e44e6ff..b83f6873 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.29.0", + "version": "2.30.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {