Skip to content

v0.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 16:03
· 37 commits to main since this release
9cc6466

Changelog

  • 9cc6466 chore(README.md): add **/.pb.go to the list of excluded directories in the search feat(finder.go): add **/.pb.go to the list of excluded directories in the search to avoid searching generated protobuf files
  • 78bbee2 chore(jotbot-ts): v0.0.6
  • aa4e18b chore(release.ts): update package version in package.json instead of using pnpm version command to avoid issues with pnpm versioning
  • 17edc69 docs(README.md): update instructions for downloading standalone binary from Releases page instead of setting up GitHub Action docs(README.md): update excluded directories list in TypeScript Support section for clarity
  • 97cb0e8 refactor(Makefile): remove clear target and its dependencies
  • 9188272 refactor(golang): remove unused variables in Finder.Find method feat(golang): add support for finding constants in Finder.Find method test(golang): add test case for finding variables in Finder.Find method test(golang): update TestService_Patch_groupDeclaration to use const instead of var docs(ts): add comment to Var constant to explain its purpose feat(jotbot): add release function to automate package releases docs(jotbot): add JSDoc comment to print function to explain its purpose
  • 50f7e88 refactor(release.ts): remove unused import of writePackageJSON function feat(release.ts): use pnpm version command to update package version instead of manually updating package.json chore(release.ts): remove unnecessary package.json write operation and update commit message to reflect changes