Tags: inkless/mdbrowse
Tags
chore: bump version to 0.2.1 0.2.0 was tagged but never published to npm (release workflow failed on auth before the Node 24 / npm 11 migration). This release rolls together everything since 0.1.0: - feat: Cmd/Ctrl+K file search modal (4e74577) - fix: heading text styled as a hyperlink (c080406) - fix: mermaid zoom/pan toolbar floating in viewport (bfa7d8b) - fix: directory URL redirect loop on trailing slash (66dc047) - feat: synthetic directory listing when no README.md (6d765e0) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
chore(release): bump Node to 24 for bundled npm 11 + drop npx layer Node 24 LTS bundles npm 11.x, which has Trusted Publishing OIDC support out of the box. With that, the bundled `npm publish` does the GitHub→npm OIDC exchange directly — no need for the `npx -y npm@latest` workaround introduced when we were on Node 22. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>