Skip to content

Commit

Permalink
chore(release): 1.36.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.36.0](v1.35.3...v1.36.0) (2020-01-21)

### Bug Fixes

* add filtering and pagination in getIssues() ([e4b1cf5](e4b1cf5))
* add state to params and delete commented code ([f9e1877](f9e1877))
* allow user to pass more than one issue state ([5c06622](5c06622))
* failing ESLintWithoutErrosPractie by gettting right path ([088fe62](088fe62))
* import from right files ([295f196](295f196))
* return undefined if state is not defined ([dd321de](dd321de))
* split getIssueState to two methods according to used service ([fa61acc](fa61acc))
* use BitbucketIssueState instead of BitbucketPullRequestState; use q as queryParams according to Bitbucket API filtering ([d2a413f](d2a413f))
* use new method for getting state ([a08d0e0](a08d0e0))
* wip get issue state without quotes, fix passing array of states ([165bb8c](165bb8c))

### Features

* add BitbucketIssueState enum ([f46cfc1](f46cfc1))
* implement getIssueState() ([98a677b](98a677b))
  • Loading branch information
semantic-release-bot committed Jan 21, 2020
1 parent 0af7166 commit 7e6bc26
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.36.0](https://github.com/dxheroes/dx-scanner/compare/v1.35.3...v1.36.0) (2020-01-21)


### Bug Fixes

* add filtering and pagination in getIssues() ([e4b1cf5](https://github.com/dxheroes/dx-scanner/commit/e4b1cf57b11cd53bf674d68dd2cda09fe8bf7508))
* add state to params and delete commented code ([f9e1877](https://github.com/dxheroes/dx-scanner/commit/f9e1877e68ce3d8da9e9dd6bf045ef67ec3987c8))
* allow user to pass more than one issue state ([5c06622](https://github.com/dxheroes/dx-scanner/commit/5c0662288ae543be40bb394e8258888671d574e5))
* failing ESLintWithoutErrosPractie by gettting right path ([088fe62](https://github.com/dxheroes/dx-scanner/commit/088fe622505ad58cc0740d165f82414ce998bc4b))
* import from right files ([295f196](https://github.com/dxheroes/dx-scanner/commit/295f19620892afda40d871e9978047c9b7b79c84))
* return undefined if state is not defined ([dd321de](https://github.com/dxheroes/dx-scanner/commit/dd321de5fd0ff0246dcafde858fa34e2d8eb96bf))
* split getIssueState to two methods according to used service ([fa61acc](https://github.com/dxheroes/dx-scanner/commit/fa61acc3da6c1d38e2a2fc40ff1bf360aef735d8))
* use BitbucketIssueState instead of BitbucketPullRequestState; use q as queryParams according to Bitbucket API filtering ([d2a413f](https://github.com/dxheroes/dx-scanner/commit/d2a413f98a33e71e516f627cba542435326eea2f))
* use new method for getting state ([a08d0e0](https://github.com/dxheroes/dx-scanner/commit/a08d0e0af64570c1c6d3ac19b42d265a9d453b4d))
* wip get issue state without quotes, fix passing array of states ([165bb8c](https://github.com/dxheroes/dx-scanner/commit/165bb8cba9976d881da8c7779dcf94e36d4168dd))


### Features

* add BitbucketIssueState enum ([f46cfc1](https://github.com/dxheroes/dx-scanner/commit/f46cfc17cd5a246f2c28fee323353f861e171fbe))
* implement getIssueState() ([98a677b](https://github.com/dxheroes/dx-scanner/commit/98a677b414c8a774e7a4dd039bdbc2839777b539))

## [1.35.3](https://github.com/dxheroes/dx-scanner/compare/v1.35.2...v1.35.3) (2020-01-21)


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": "1.35.3",
"version": "1.36.0",
"author": "DX Heroes LTD <info@dxheroes.io> (https://dxheroes.io)",
"homepage": "https://github.com/dxheroes/dx-scanner",
"repository": "ssh://git@github.com/dxheroes/dx-scanner.git",
Expand Down

0 comments on commit 7e6bc26

Please sign in to comment.