Skip to content

v26.4.4

Choose a tag to compare

@ganeshrn ganeshrn released this 18 Apr 02:54
· 96 commits to main since this release
408bbae

What's Changed

Bug Fixes

  • fix(als): Change path for ALS binary installation to CJS instead of ESM (#2755)
    • Fixes ansible-language-server binary crashing with "Dynamic require of util is not supported" when invoked via npm/Mason
    • Changes bin field from dist/cli.js (ESM) to dist/cli.cjs (CJS)
    • Fixes #2754

Other Changes

  • chore(deps): update github actions (#2729)

Full Changelog: v26.4.3...v26.4.4