Skip to content

Commit

Permalink
chore(release): 3.45.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Oct 26, 2020
1 parent 805d9d5 commit f70deb5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [3.45.0](https://github.com/dxheroes/dx-scanner/compare/v3.44.0...v3.45.0) (2020-10-26)


### Bug Fixes

* add possibility to paginate list of pull requests ([f2a9444](https://github.com/dxheroes/dx-scanner/commit/f2a94440b310f5fa83da94f0f18ea8f974503064))
* add tests for paginated requests ([5d0ae2d](https://github.com/dxheroes/dx-scanner/commit/5d0ae2d61f7213a76250cf05f14c6172bc8012f9))
* change the logic since the logic in GQL pagination is different ([ce41014](https://github.com/dxheroes/dx-scanner/commit/ce410149be48203197fc75d41c0841cba3bdf77c))
* migrate listPullRequests() from REST to GraphQL ([4b9a1bf](https://github.com/dxheroes/dx-scanner/commit/4b9a1bf788db0c838fb2309400183fe58a55f4b7))
* remove commented code ([cba0f74](https://github.com/dxheroes/dx-scanner/commit/cba0f7493849e7020edea12dfd2483f3699fc20d))
* rename Go linter practice file ([1d963b7](https://github.com/dxheroes/dx-scanner/commit/1d963b7c4da5ab0762f58bb561029e1a42324f1d))


### Features

* debug GQL rate limit ([70773fd](https://github.com/dxheroes/dx-scanner/commit/70773fd44d24fed1ec6c5d36a2be5d57a8d00644))

# [3.44.0](https://github.com/dxheroes/dx-scanner/compare/v3.43.0...v3.44.0) (2020-10-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
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",
Expand Down

0 comments on commit f70deb5

Please sign in to comment.