Skip to content

Commit

Permalink
chore(release): 2.0.0-pre-list-practices.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-pre-list-practices.1](v1.36.0...v2.0.0-pre-list-practices.1) (2020-01-28)

### Bug Fixes

* allow fail and recursive to be optional ([457eb72](457eb72))
* inform user if the config file already exists ([569725a](569725a))
* parse flags with init subcommand ([3ede8e0](3ede8e0))
* remove comments a comment ideas ([e604238](e604238))
* remove unnecessary code ([bb88dd4](bb88dd4))
* remove unused commented code and import reflect-metadata ([5ad591a](5ad591a))
* remove unused flag, aliases and set new examples ([cccdf57](cccdf57))
* rename method ([d8a88cf](d8a88cf))
* rename subcommand ([e939b9e](e939b9e))
* revert change ([b4b6497](b4b6497))
* set arguments back to be required ([dc8edd6](dc8edd6))
* typo ([19e8bd1](19e8bd1))

### Features

* **core:** CLI changed to multi-command ([dd50436](dd50436))
* add two subcommands ([9661d6b](9661d6b))
* convert init flag to subcommand ([9594d3a](9594d3a))
* implement method to get practices ([871f7f2](871f7f2))
* list practices in a table ([9d8a8f6](9d8a8f6))
* wip - add subcommand ([6c33fc4](6c33fc4))

### BREAKING CHANGES

* **core:** now exists commands such as init, practices and run
  • Loading branch information
semantic-release-bot committed Jan 28, 2020
1 parent dd50436 commit 5ed7a54
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# [2.0.0-pre-list-practices.1](https://github.com/dxheroes/dx-scanner/compare/v1.36.0...v2.0.0-pre-list-practices.1) (2020-01-28)


### Bug Fixes

* allow fail and recursive to be optional ([457eb72](https://github.com/dxheroes/dx-scanner/commit/457eb72426d4f4ccca135f43e599ea577c4f0077))
* inform user if the config file already exists ([569725a](https://github.com/dxheroes/dx-scanner/commit/569725a0e30acb8d03523b70da9db981188d5023))
* parse flags with init subcommand ([3ede8e0](https://github.com/dxheroes/dx-scanner/commit/3ede8e0fd3f02078d91ca85e58d2068bd0d9cf11))
* remove comments a comment ideas ([e604238](https://github.com/dxheroes/dx-scanner/commit/e6042385ab862fac7ea888d155ed23189b5e61eb))
* remove unnecessary code ([bb88dd4](https://github.com/dxheroes/dx-scanner/commit/bb88dd4bd3ab615cd5a9989f63f18c4dc69977ad))
* remove unused commented code and import reflect-metadata ([5ad591a](https://github.com/dxheroes/dx-scanner/commit/5ad591a5d7ffafbc527643d202077c06085a7b6b))
* remove unused flag, aliases and set new examples ([cccdf57](https://github.com/dxheroes/dx-scanner/commit/cccdf574f080db6039cd91f302774f6d6c4159ae))
* rename method ([d8a88cf](https://github.com/dxheroes/dx-scanner/commit/d8a88cfbcabaffb0a8dd48e102e0e91d6c4c24f2))
* rename subcommand ([e939b9e](https://github.com/dxheroes/dx-scanner/commit/e939b9e1f26b7bd14f6bc79ac34a9e67292a21bd))
* revert change ([b4b6497](https://github.com/dxheroes/dx-scanner/commit/b4b6497f2909aa1bbfd45129883af5e4afadb8da))
* set arguments back to be required ([dc8edd6](https://github.com/dxheroes/dx-scanner/commit/dc8edd602f81da53bb14d3891a4c1f73824338ac))
* typo ([19e8bd1](https://github.com/dxheroes/dx-scanner/commit/19e8bd1ecbe785d1c6e47b2e91160742654e101c))


### Features

* **core:** CLI changed to multi-command ([dd50436](https://github.com/dxheroes/dx-scanner/commit/dd50436a52d9a6f04f6062b5532855ae05bf6a9c))
* add two subcommands ([9661d6b](https://github.com/dxheroes/dx-scanner/commit/9661d6b40f348cc66cef7b64fa033e65e851c935))
* convert init flag to subcommand ([9594d3a](https://github.com/dxheroes/dx-scanner/commit/9594d3ae7183d95eca7de2a68784bde27d4084bd))
* implement method to get practices ([871f7f2](https://github.com/dxheroes/dx-scanner/commit/871f7f2bb3ca950c6313afc8b04baed3f2aa3301))
* list practices in a table ([9d8a8f6](https://github.com/dxheroes/dx-scanner/commit/9d8a8f69b0f88f41052e46bd485a6d3c9abd97a1))
* wip - add subcommand ([6c33fc4](https://github.com/dxheroes/dx-scanner/commit/6c33fc4f7fa4761cbbdd00a4a1f668f7aaabb572))


### BREAKING CHANGES

* **core:** now exists commands such as init, practices and run

# [1.36.0](https://github.com/dxheroes/dx-scanner/compare/v1.35.3...v1.36.0) (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.36.0",
"version": "2.0.0-pre-list-practices.1",
"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 5ed7a54

Please sign in to comment.