Skip to content

Releases: ryohidaka/npm-package-template

v0.2.0

10 Sep 09:57
b6af8fe
Compare
Choose a tag to compare

0.2.0 (2024-09-10)

Features

  • Add .npmignore . (5bb8769)
  • Add auto-tagging workflow. (8656218)
  • Add build test workflow (6f12477)
  • Add bump-patch-version workflow. (52308b8)
  • Add bump-patch-version workflow. (0f47d61)
  • Add CHANGELOG.md to .prettierignore (ae07b1c)
  • Add commit for release. (bf2ddcf)
  • Add eslint-config-prettier. (43befd6)
  • Add FUNDING.yml (6d85342)
  • Add Git hooks. (a52a156)
  • Add Git hooks. (e64ce51)
  • Add index.ts . (e309934)
  • Add jest tests. (aec1f92)
  • Add package.json . (19991b1)
  • Add permission to write action. (c9eaedc)
  • Add release-please workflow. (7674d1f)
  • Add repository to package.json. (4b647ca)
  • Add repository to package.json. (a5dd46e)
  • Add sample code. (9d4a6ed)
  • Add sample test code. (515d102)
  • Add test and format to pre-commit. (87c8f41)
  • Add vite-tsconfig-paths. (c520cfe)
  • Add Vitest coverage. (6012b95)
  • Add workflow to auto-merge Prs. (0bc92fd)
  • Add workflow to publish. (59ce596)
  • Add workflow to template cleanup. (edae165)
  • Bump License year to 2024 (cc415f7)
  • Change Bandler to Vite. (7410425)
  • Change Testing library to Vitest. (6b3ff30)
  • Execute the release workflow when the patch version is bumped. (40d208b)
  • Install ESLInt. (30092af)
  • Install prettier. (5395bd9)
  • Install TypeScript. (63f3e2a)
  • Update nodejs-cleanup version. (0c52e19)
  • Update nodejs-cleanup version. (dc2875a)

Bug Fixes

  • Add .husky and .github to .npmignore. (12020ff)
  • Add vite.config.ts to exclude path of coverage. (2e56e3e)
  • Add volta config to pre-commit hook. (5b2b48f)
  • Enable Grouped version updates. (b11c02f)
  • Enable release-please minor and patch bump. (69d0900)
  • Fix build error. (4d2b786)
  • Modified auto-merge workflow. (d7bb11b)
  • Modified auto-merge workflow. (7c1307c)
  • Modified build scripts. (22bbd98)
  • Modified to work without test file. (400c501)
  • Modified tsconfig. (a29fb88)
  • Modify dependencies with legacy-peer-deps. (bb24e98)
  • Modify release workflow trigger. (efd486e)
  • Modify release workflow. (5b787b9)
  • Modify tsconfig. (26f0b71)
  • Remove clean install options. (ad42ac1)
  • Remove dependencies. (ad7cd8f)
  • Remove formatting options in library mode. (59f590f)
  • Remove private option. (cc468a2)
  • Remove unused dependencies. (574954a)
  • Remove unused package. (6370a20)
  • Revert "ci: Support for initializing workflow files for code-cov." (010536f)
  • Uninstall prettier (da0bec6)

Miscellaneous Chores