Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Feb 20:02
· 30 commits to main since this release
fix: rename bin wrapper to .cjs for CommonJS compatibility

package.json has type: module which makes Node.js treat .js as ESM.
The bin wrapper uses require() (CommonJS), so it needs .cjs extension.