Skip to content

0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Dec 15:55
· 46 commits to main since this release

Minor Changes

  • cb5c989: Apply CI/CD template with GitHub Actions workflows, code quality tools (ESLint, Prettier, Husky), multi-runtime support (Node.js, Bun, Deno), and automated release management using changesets.

    This release includes:

    • Complete CI/CD pipeline with GitHub Actions (testing, linting, automated releases)
    • Multi-runtime testing across Node.js, Bun, and Deno on Ubuntu, macOS, and Windows
    • Code quality tools: ESLint, Prettier, Husky pre-commit hooks, file size validation
    • Changesets-based version management with npm OIDC trusted publishing
    • Fix Windows compatibility by replacing use-m with static imports
    • Fix Bun test discovery by renaming test files to .test.mjs extension
    • Add @octokit/rest, fs-extra, and yargs as regular dependencies