Skip to content

v1.2.7

Choose a tag to compare

@github-actions github-actions released this 16 Jun 14:05

[1.2.7] - 2026-06-16

Fixed

  • npm optionalDependencies platform-package pins now match the package version. The previous release bumped the top-level version but left the pins at the prior version, so npm install resolved a stale platform binary (the new wrapper with the old binary). The publish workflow now rewrites optionalDependencies from the package version before npm publish, so the pins can no longer drift from the single source of truth.