Releases: modernice/jotbot
Releases · modernice/jotbot
v0.0.8
v0.0.7
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
v0.0.6
Changelog
- 0916f1d chore(jotbot-ts): refactor release script to use async/await and add support for git tagging and pushing
- 5e35e3d chore(jotbot-ts): v0.0.2
- f455ba5 chore(jotbot-ts): v0.0.3
- 6340843 chore(jotbot-ts): v0.0.4
- 9e784a8 chore(jotbot-ts): v0.0.5
- f117c5c docs(README.md): remove outdated information about jotbot-ts npm package and update installation command to use latest tag
- 873eccb feat(jotbot): add README.md file with installation and usage instructions
- 7d02da3 feat(release.yml): remove build-npm job from GitHub Actions workflow feat(jotbot/package.json): add release script to package.json feat(jotbot/scripts): add release.ts script for handling package release
- d07add5 refactor(release.ts): remove error handling from execute function since it's not being used and not necessary
v0.0.5
Changelog
- 3d74093 feat(release.yml): add build-npm job to run tests, build, and publish npm package feat(jotbot/package.json): add publishConfig for npm registry and access settings
- 0f9341e refactor(.goreleaser.yaml): simplify before hooks, remove unnecessary commands and use 'go get ./...' for dependency management