Skip to content

Commit 116697b

Browse files
release: 4.21.7
1 parent af94344 commit 116697b

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

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

1010
## 4.X
1111

12+
### [4.21.7](https://github.com/michaelpporter/breadcrumbs/compare/4.21.6...4.21.7) (2026-07-26)
13+
14+
### Refactors
15+
16+
* Simplified logging to two levels, `error` and `debug`, on both sides of the WASM boundary. The previous five-level scheme (`DEBUG`/`INFO`/`WARN`/`ERROR`/`FEAT`) collapsed `warn`/`info`/`feat` call sites into `debug` (internal diagnostics) or `error` (genuine caught exceptions). This also fixes a latent bug: the Rust side calls methods directly on the TS logger singleton across the WASM boundary via `wasm_bindgen`, so a prior TS-only edit to that class would have broken `NoteGraph.build_graph` and other graph operations at runtime for every user.
17+
1218
### [4.21.6](https://github.com/michaelpporter/breadcrumbs/compare/4.21.5...4.21.6) (2026-07-25)
1319

1420
### Chores

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.21.6",
4+
"version": "4.21.7",
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.21.6",
3+
"version": "4.21.7",
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
@@ -73,5 +73,6 @@
7373
"4.21.3": "1.13.0",
7474
"4.21.4": "1.13.0",
7575
"4.21.5": "1.13.0",
76-
"4.21.6": "1.13.0"
76+
"4.21.6": "1.13.0",
77+
"4.21.7": "1.13.0"
7778
}

0 commit comments

Comments
 (0)