Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed May 14, 2021
1 parent 25cef7c commit bf0a744
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [0.3.0](https://github.com/alroniks/modstore-publisher/compare/v0.2.0...v0.3.0) (2021-05-14)


### Bug Fixes

* option descriptions moved to one place ([ce327c4](https://github.com/alroniks/modstore-publisher/commit/ce327c47f12170361242d5e5145e6e941440d7aa))


### Features

* improve formatting messages with SymfonyStyles ([d477c26](https://github.com/alroniks/modstore-publisher/commit/d477c269fd9d76c65f004bd9bb065ee5b59c7f8a))
* make possible configure package in interactive mode ([b10e1e7](https://github.com/alroniks/modstore-publisher/commit/b10e1e7cef12b4fa0542f3c4e4e04af8857d4e20))
* package path option instead of argument for better validation ([d1de0f4](https://github.com/alroniks/modstore-publisher/commit/d1de0f4a63ff334a022ecbb95075b4e97174b130))
* parsing extra page to get id and versions ([e65b723](https://github.com/alroniks/modstore-publisher/commit/e65b723e6bdd82c60715586399b154dffe084cac))
* require php 8+ and didom html parser ([e1e2622](https://github.com/alroniks/modstore-publisher/commit/e1e26225391aa56d4d5f854bfc04f6ebbac7f625))
* validation of mandatory options ([3f2e307](https://github.com/alroniks/modstore-publisher/commit/3f2e3078bc4a09d57b714dc860ed939fe02ec1f6))



# [0.2.0](https://github.com/alroniks/modstore-publisher/compare/v0.1.0...v0.2.0) (2021-04-27)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alroniks/modstore-publisher",
"version": "0.2.0",
"version": "0.3.0",
"bin": [
"bin/publisher"
],
Expand Down

0 comments on commit bf0a744

Please sign in to comment.