v9.0.0
Bug Fixes
- scenarios: pass ?page=1 to first request of paginate issues (3c395e8)
BREAKING CHANGES
- scenarios: before the first request to issues was without the
?page=1query. It is optional, we added it for simpler testing of pagination APIs in Octokit clients, such as https://github.com/octokit/rest.js/pull/910