Skip to content

v4.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Feb 04:22
· 3 commits to master since this release
fce0992

4.3.0 (2026-02-01)

Bug Fixes

  • ci: update artifact path from ./build/ to ./dist in CI workflow (4a3eccd)
  • config: remove 'test' type from commitlint configuration (4239e34)
  • exports: update exports field to include types and default entry point (cf48142)
  • scripts: update typecheck:playground script to build before type checking (e171e67)
  • workflow: move pnpm action setup step for clarity (fa534a0)
  • workflow: update npm publish workflow to support OIDC and npm CLI version (7d1e362)
  • workflow: update release step for develop branch to remove dry run (fc3638a)

Features

  • build: enhance build scripts to clean dist directory before building and update Vite configuration (62b8f8c)
  • ci: allow PR checks on develop branch in CI workflow (dc500df)
  • ci: update Node.js setup to use .nvmrc for version management and enhance release process with dry run for develop branch (86e38be)
  • core: Update project to use pnpm, add playground for testing, and enhance ESLint configuration (1026ea3)
  • docs: add Copilot and AGENTS instructions for automation and project behavior (ef2896f)
  • release: update release process to include develop branch and enhance configuration (3cf6dbd)