Skip to content

v0.9.1

Choose a tag to compare

@pathosDev pathosDev released this 15 May 00:32
· 2797 commits to develop since this release
11b4c15

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.png switched to an absolute raw.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 ./LICENSE switched to an absolute github.com/.../LICENSE URL.
  • 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-existent assets/logo.svg path. Switched to the same absolute raw.githubusercontent.com/.../docs/public/logo.svg URL — consistent across every README and robust under any rendering target.