Skip to content

Commit b11344d

Browse files
release: 4.21.1
1 parent d3f5fee commit b11344d

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

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

1010
## 4.X
1111

12+
### [4.21.1](https://github.com/michaelpporter/breadcrumbs/compare/4.21.0...4.21.1) (2026-07-05)
13+
14+
### Features
15+
16+
* Markmap codeblocks now have a zoom/fit toolbar, matching the interactive controls markmap ships with elsewhere.
17+
18+
### Build
19+
20+
* Bumped JS dependencies (9 updates).
21+
1222
### [4.21.0](https://github.com/michaelpporter/breadcrumbs/compare/4.20.0...4.21.0) (2026-06-30)
1323

1424
### Features

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.0",
4+
"version": "4.21.1",
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.0",
3+
"version": "4.21.1",
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
@@ -64,5 +64,6 @@
6464
"4.19.3": "1.13.0",
6565
"4.19.4": "1.13.0",
6666
"4.20.0": "1.13.0",
67-
"4.21.0": "1.13.0"
67+
"4.21.0": "1.13.0",
68+
"4.21.1": "1.13.0"
6869
}

0 commit comments

Comments
 (0)