What's Changed
-
feat: add mono repo bumping functionality by @Shurtu-gal in #17
- Search works completely fine as GitHub is still using legacy API: https://docs.github.com/en/search-github/searching-on-github/searching-code (was initially thinking this might be the problem but turned out to be not that)
- Added support for package.json searching in monorepos.
- Adding support for multiple package.json files in one repo and also ignore list
- Support has been added for yarn and pnpm as well.
- Dependencies have been updated.
- Commonjs ---> ES Modules due to execa not supporting CJS anymore.
Full Changelog: v6.1.1...v6.2.0