What's Changed
- docs: Fix README typo by @ashkarpetin in #47
- fix!: support forks by @Weetbix, @npentrel in #50
- chore: add dependabot config by @Weetbix in #51
Breaking changes
- History no longer fetched in the action. Git history must already exist, for example use
actions/checkout
withfetch-depth: 0
.
Dependency updates
- Bump actions/checkout from 2 to 4 by @dependabot in #52
- Bump actions/cache from 2 to 3 by @dependabot in #53
- Bump @typescript-eslint/parser from 6.6.0 to 6.7.0 by @dependabot in #54
- Bump actions/setup-node from 1 to 3 by @dependabot in #55
- Bump vitest from 0.33.0 to 0.34.4 by @dependabot in #56
- Bump commander from 9.5.0 to 11.0.0 by @dependabot in #57
- Bump strip-markdown from 4.2.0 to 5.0.1 by @dependabot in #59
New Contributors
- @dependabot made their first contribution in #52
- @npentrel made their first contribution in #50
Full Changelog: v1...v2.0.0