diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd2b971..b6dc5d7c 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. +## [1.15.0](https://github.com/SkepticMystic/breadcrumbs/compare/1.14.0...1.15.0) (2021-11-25) + + +### Features + +* **TraverseNote:** :sparkles: Working TraverseNotes! Add "BC-traverse-note: fieldName" to a note. Breadcrumbs will DFS the Obsidian graph, adding all edges as `fieldName` types ([e5e365e](https://github.com/SkepticMystic/breadcrumbs/commit/e5e365e6bdc133651294286f39c28317262f6d64)) + ## [1.14.0](https://github.com/SkepticMystic/breadcrumbs/compare/1.13.0...1.14.0) (2021-11-25) diff --git a/manifest.json b/manifest.json index 6f564f83..46d484f3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "breadcrumbs", "name": "Breadcrumbs", - "version": "1.14.0", + "version": "1.15.0", "minAppVersion": "0.12.12", "description": "Visualise & navigate your vault's structure", "author": "SkepticMystic", diff --git a/package.json b/package.json index 31fc358d..4a1883ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breadcrumbs-plugin", - "version": "1.14.0", + "version": "1.15.0", "description": "Visualise & navigate your vault's structure", "main": "main.js", "scripts": { @@ -60,4 +60,4 @@ "svelte": "3.35.0", "svelte-icons": "^2.1.0" } -} \ No newline at end of file +}