Release v0.7.1
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 forrunner.os == 'Windows' && matrix.node == '24'.
Full Changelog: v0.7.0...v0.7.1