Releases: ManoManoTech/homer
Releases · ManoManoTech/homer
v0.6.1
What's Changed
- Fixes by @greg0ire in #60
- feat(optimize-project-search): Enhance project search to extract proj… by @M0nkeySan in #61
- fix(search-mr): Fix the searchMergeRequestByUrl function to handle /-/ in the URL by @M0nkeySan in #62
Full Changelog: v0.6.0...v0.6.1
Performance improvements and dependencies update
What's Changed
- fix(deleted-project): Handle deleted Gitlab projects gracefully in project list and changelog by @M0nkeySan in #47
- chore: Add Dependabot for Github actions and npm by @cicoub13 in #37
- feat(mr-search): Target specific project from MR URL instead of searching all projects by @M0nkeySan in #48
- chore(deps-dev): bump ts-jest from 29.0.5 to 29.2.5 by @dependabot in #55
- chore(dependabot): Fix tags by @cicoub13 in #56
- chore(dependabot): Fix tags by @cicoub13 in #58
- chore(deps-dev): bump jest and @types/jest by @dependabot in #54
- chore(deps-dev): bump nodemon from 2.0.20 to 3.1.7 by @dependabot in #57
- chore(deps-dev): bump typescript from 4.9.5 to 5.6.3 by @dependabot in #59
- chore(deps-dev): bump eslint-config-prettier from 8.6.0 to 9.1.0 by @dependabot in #53
- chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in #50
- chore(deps-dev): bump rimraf from 4.1.2 to 6.0.1 by @dependabot in #52
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #49
- chore(deps-dev): bump pino-pretty from 9.2.0 to 11.3.0 by @dependabot in #51
New Contributors
- @dependabot made their first contribution in #55
Full Changelog: v0.5.0...v0.6.0
Error handling improvement
What's Changed
- chore: logs error caught on load release manager plugin by @Farsen976 in #46
Full Changelog: v0.4.0...v0.5.0
Logging improvements
What's Changed
- chore: improve logs error on release manager plugin load by @Farsen976 in #44
- chore: Log the errors when the project release configuration file is not valid. by @M0nkeySan in #45
New Contributors
- @Farsen976 made their first contribution in #44
Full Changelog: v0.3.0...v0.4.0
Plugin Release Manager
A simple plugin system to customize release managers.