Skip to content

Commit 2cd33d1

Browse files
release: 4.19.2
1 parent 7d99d13 commit 2cd33d1

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## 4.X
11+
12+
### [4.19.2](https://github.com/michaelpporter/breadcrumbs/compare/4.19.1...4.19.2) (2026-06-27)
13+
1014
### Changed
1115

1216
* Invalid edge-field errors from the explicit edge builders now consistently name the `BC-…-field` frontmatter key (e.g. `BC-tag-note-field`), and the Dataview builder's field validation matches the other builders. Internally, the seven builders that resolve a single edge field from frontmatter now share one `read_edge_field` helper, removing duplicated override → default → validate logic.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "breadcrumbs",
33
"name": "Breadcrumbs",
4-
"version": "4.19.1",
4+
"version": "4.19.2",
55
"minAppVersion": "1.13.0",
66
"description": "Add structured hierarchies to your notes.",
77
"author": "MichaelPPorter",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "breadcrumbs",
3-
"version": "4.19.1",
3+
"version": "4.19.2",
44
"description": "Add typed-links to your Obsidian notes",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@
5959
"4.18.0": "1.13.0",
6060
"4.18.1": "1.13.0",
6161
"4.19.0": "1.13.0",
62-
"4.19.1": "1.13.0"
62+
"4.19.1": "1.13.0",
63+
"4.19.2": "1.13.0"
6364
}

0 commit comments

Comments
 (0)