diff --git a/CHANGELOG.md b/CHANGELOG.md index f64b1d70..8d00aa3f 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.52.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.51.1...2.52.0) (2022-02-05) + + +### Features + +* **Threading:** :sparkles: Option to threadUnderCursor (Fix [#276](https://github.com/SkepticMystic/breadcrumbs/issues/276)) ([5b0ddde](https://github.com/SkepticMystic/breadcrumbs/commit/5b0dddedc55cd11ba656b4ffab4c48af22761791)) + ### [2.51.1](https://github.com/SkepticMystic/breadcrumbs/compare/2.51.0...2.51.1) (2022-02-05) ## [2.51.0](https://github.com/SkepticMystic/breadcrumbs/compare/2.50.4...2.51.0) (2022-02-05) diff --git a/manifest.json b/manifest.json index f337e811..c4da25a0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "2.51.1", + "version": "2.52.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 72041122..0871d2b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "2.51.1", + "version": "2.52.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": {