diff --git a/CHANGELOG.md b/CHANGELOG.md index a8edbb71..d65b1b94 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.26.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.25.0...2.26.0) (2022-01-08) + + +### Features + +* **Codeblock:** :sparkles: `content: open` or `content: closed` to show content of each note ([6a350fc](https://github.com/SkepticMystic/breadcrumbs/commit/6a350fce9f6652358d1535a3089a4373d7f2e4a8)) + ## [2.25.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.24.0...2.25.0) (2022-01-08) diff --git a/manifest.json b/manifest.json index 4d47a460..2885987a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.25.0", + "version": "2.26.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 85fb8a2a..880e4728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.25.0", + "version": "2.26.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {