Skip to content

Commit

Permalink
chore(release): 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Nov 25, 2021
1 parent 2e19a17 commit 19a0e8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -60,4 +60,4 @@
"svelte": "3.35.0",
"svelte-icons": "^2.1.0"
}
}
}

0 comments on commit 19a0e8d

Please sign in to comment.