This new release mostly includes a bugfix on the automated diff feature on pull requests.
🐛 Bug fix
-
The automatic
bump diff(if used in your repository) action will now only compare the changes present in your pull requests instead of comparing with the latest deployed version of your documentation on bump.sh. This means the github bot comment will include a comprehensive, and consistent, summary of the API changes made in your pull request.You might not have seen this bug if you use a single
mainbranch and merge PRs often. But if you had a “buffering” git branch (usually a staging branch for instance) you probably saw inconsistent API changelogs in some of the bot comments. This is now over and diff comparison will present only API changes made in your pull request 😌🎉.
✨
🆙 Upgrades
- Typescript dependency has been updated from 4.3 to 4.4