v0.9.1
Docs-only patch — the first round of post-v0.9.0 publish feedback. No code changes; bumping for the README rendering fix on the npm package page.
🐛 Fixed
- README logo no longer 404s on npmjs.com — relative
./docs/public/logo.pngswitched to an absoluteraw.githubusercontent.com/pathosDev/actor-ts/main/...URL. Relative paths inside raw<img>tags aren't rewritten by npm's README renderer; only Markdown image syntax is. - License badge link — relative
./LICENSEswitched to an absolutegithub.com/.../LICENSEURL. - License section text — said "MIT" left over from the original metadata-only declaration; corrected to "Apache 2.0" matching the v0.9.0 relicense.
- Sub-package READMEs (
benchmarks/,examples/chat/,examples/voice/) referenced a non-existentassets/logo.svgpath. Switched to the same absoluteraw.githubusercontent.com/.../docs/public/logo.svgURL — consistent across every README and robust under any rendering target.