Releases: Obsidian-TTRPG-Community/player-facing-notes
Releases · Obsidian-TTRPG-Community/player-facing-notes
1.1.1
Fix CI: regenerate package-lock, pretest bundle, current actions - package-lock.json was stale (eslint devDeps added without npm install), so npm ci failed with a usage error - Pin @codemirror/state 6.5.0 / @codemirror/view 6.38.6 to match obsidian's peer dependencies - pretest script generates tests/parser.bundle.mjs (gitignored) so npm test works from a clean checkout; workflow now runs tests before releasing - actions/checkout@v5 + actions/setup-node@v5 (Node 24 runtime), Node 22