Skip to content

Release v0.7.1

Choose a tag to compare

@github-actions github-actions released this 25 May 02:35
· 563 commits to main since this release

Fixed

  • fix(ci): skip publish-js AI examples step on Windows + Node 24. The libuv assertion !(handle->flags & UV_HANDLE_CLOSING) fires during process shutdown of the example scripts on that combination only, blocking the npm publish in v0.7.0. The same scripts pass on every other platform/Node combination, so the step is gated off for runner.os == 'Windows' && matrix.node == '24'.

Full Changelog: v0.7.0...v0.7.1