Skip to content

Commit 19c11b8

Browse files
release: 4.11.9
1 parent 4b84e01 commit 19c11b8

4 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. See [standa
44

55
## 4.X
66

7+
### [4.11.9](https://github.com/SkepticMystic/breadcrumbs/compare/4.11.8...4.11.9) (2026-05-24)
8+
9+
### Build
10+
11+
* **Restore wasm:build in CI** — revert the 4.11.8 approach of committing `wasm/pkg` artifacts; build WASM from source in CI again. `wasm/pkg/` is back to gitignored; reproducibility ensured by the pinned `wasm-bindgen-cli 0.2.100`.
12+
* **Remove ELECTRON_SKIP_BINARY_DOWNLOAD** — no longer needed with `--frozen-lockfile`.
13+
* **Fix TS 6 module augmentation**`obsidian-typings` 3.16 moved its augmentations into `.d.cts` files; TypeScript 6 does not apply module augmentations from `.d.cts` type-reference entries. Added `src/obsidian-unofficial.d.ts` with local `declare module "obsidian"` augmentations for `metadataTypeManager`, `MetadataCache.initialized`, and `MetadataCache.on("initialized")`.
14+
* **Pin svelte-preprocess to 6.0.3** — 6.0.4 introduced a broken ESM import (missing `.js` extension on transformer sub-paths).
15+
* **Add ES2022 to tsconfig lib**`Array.at()` requires `es2022`; previous lib target caused CI type errors.
16+
17+
### Chores
18+
19+
* **Dependency updates**`obsidian` → 1.12.3, `obsidian-typings` → 3.16.6, `svelte` → 5.55.9, `tailwindcss`/`@tailwindcss/cli` → 4.3.0, `zod` → 4.4.3, `vitest` → 4.1.7, `eslint` → 10.4.0, plus minor bumps to `luxon`, `lucide-svelte`, `caniuse-lite`, `baseline-browser-mapping`, and several ESLint/Svelte/TypeScript tooling packages.
20+
721
### [4.11.9-beta.1](https://github.com/SkepticMystic/breadcrumbs/compare/4.11.8...4.11.9-beta.1) (2026-05-24)
822

923
### Build

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"fundingUrl": "https://github.com/SkepticMystic/breadcrumbs#donations",
99
"helpUrl": "https://breadcrumbs-docs.michaelpporter.com",
1010
"isDesktopOnly": false,
11-
"version": "4.11.8"
12-
}
11+
"version": "4.11.9"
12+
}

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.11.9-beta.1",
3+
"version": "4.11.9",
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
@@ -296,5 +296,6 @@
296296
"4.11.7-beta.1": "1.12.0",
297297
"4.11.7": "1.12.0",
298298
"4.11.8": "1.12.0",
299-
"4.11.9-beta.1": "1.12.3"
299+
"4.11.9-beta.1": "1.12.3",
300+
"4.11.9": "1.12.3"
300301
}

0 commit comments

Comments
 (0)