-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.45.0](v3.44.0...v3.45.0) (2020-10-26) ### Bug Fixes * add possibility to paginate list of pull requests ([f2a9444](f2a9444)) * add tests for paginated requests ([5d0ae2d](5d0ae2d)) * change the logic since the logic in GQL pagination is different ([ce41014](ce41014)) * migrate listPullRequests() from REST to GraphQL ([4b9a1bf](4b9a1bf)) * remove commented code ([cba0f74](cba0f74)) * rename Go linter practice file ([1d963b7](1d963b7)) ### Features * debug GQL rate limit ([70773fd](70773fd))
- Loading branch information
1 parent
805d9d5
commit f70deb5
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "dx-scanner", | ||
"description": "Scan your project for possible DX recommendations.", | ||
"version": "3.44.0", | ||
"version": "3.45.0", | ||
"author": "DX Heroes LTD <[email protected]> (https://dxheroes.io)", | ||
"homepage": "https://github.com/dxheroes/dx-scanner", | ||
"repository": "ssh://[email protected]/dxheroes/dx-scanner.git", | ||
|