Skip to content

Release Notes - v4.0.1

Latest

Choose a tag to compare

@hideokamoto hideokamoto released this 02 Jan 10:44

Bug Fixes

  • Fix ESM build compatibility: Removed module.exports from ESM build output to ensure proper ES module compatibility (#29)
  • Fix CI compatibility: Updated CI configuration to use Node.js 22.x only to resolve npm ci compatibility issues

Dependencies

  • Updated dev dependencies:
    • esbuild: Updated to latest version
    • @vitest/coverage-v8: Updated to ^4.0.16
    • @vitest/ui: Updated to ^4.0.16
    • vitest: Updated to ^4.0.16
      (#30)

Internal Changes

  • Refactoring: Moved verify-build script to a separate file for better maintainability
  • Chore: Updated package-lock.json to fix CI and npm compatibility issues

Full Changelog

Compare v4.0.0...v4.0.1