diff --git a/CHANGELOG.md b/CHANGELOG.md index e049f307..a8edbb71 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.25.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.24.0...2.25.0) (2022-01-08) + + +### Features + +* **Codeblock:** :sparkles: Use `content: true` to show dropdowns with the note content inside ([95bb202](https://github.com/SkepticMystic/breadcrumbs/commit/95bb202f14e0688f49949b463bca654be087f0b4)) + ## [2.24.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.23.0...2.24.0) (2022-01-08) diff --git a/manifest.json b/manifest.json index f54d47fd..4d47a460 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.24.0", + "version": "2.25.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index e74a6be9..85fb8a2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.24.0", + "version": "2.25.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {