Skip to content

Commit bab1f72

Browse files
release: 4.21.5
1 parent 4ee0c64 commit bab1f72

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.5](https://github.com/michaelpporter/breadcrumbs/compare/4.21.4...4.21.5) (2026-07-25)
13+
14+
### Fixed
15+
16+
* Console logging now defaults to errors only, per Obsidian's plugin guidelines. `debug.level` defaulted to `INFO`, letting info/warn messages through unconditionally on every install; it now defaults to `ERROR`. Separately, `feat()` logged at every level regardless of the selected setting — its threshold check was always true — and now only logs when Debug level is explicitly set to `FEAT`.
17+
1218
### [4.21.4](https://github.com/michaelpporter/breadcrumbs/compare/4.21.3...4.21.4) (2026-07-26)
1319

1420
### Fixed

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.4",
4+
"version": "4.21.5",
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.4",
3+
"version": "4.21.5",
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
@@ -71,5 +71,6 @@
7171
"4.21.1": "1.13.0",
7272
"4.21.2": "1.13.0",
7373
"4.21.3": "1.13.0",
74-
"4.21.4": "1.13.0"
74+
"4.21.4": "1.13.0",
75+
"4.21.5": "1.13.0"
7576
}

0 commit comments

Comments
 (0)