Skip to content

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Apr 27, 2021
1 parent b75b55d commit 13e1b33
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# [0.2.0](https://github.com/alroniks/modstore-publisher/compare/v0.1.0...v0.2.0) (2021-04-27)


### Bug Fixes

* default value for modx and php required versions ([d21d502](https://github.com/alroniks/modstore-publisher/commit/d21d502ffe798059bea31412ad477632caaa52b2))


### Features

* configure command by options and params ([6cbee29](https://github.com/alroniks/modstore-publisher/commit/6cbee290742e030d85d83254e32badf44b84b92d))
* missed token exception ([e2ebba3](https://github.com/alroniks/modstore-publisher/commit/e2ebba3dc02fc090aaf7605d6b09e2737c90a080))
* parsing file signature to get name and version ([9a34771](https://github.com/alroniks/modstore-publisher/commit/9a34771a43cb625745a54caa6843cd3ef7682aa4))
* require html parser library ([b75b55d](https://github.com/alroniks/modstore-publisher/commit/b75b55dbac43b12703d48345300d4faf81ed0890))



# 0.1.0 (2021-04-27)



4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alroniks/modstore-publisher",
"version": "0.1.0",
"version": "0.2.0",
"bin": [
"bin/publisher"
],
Expand Down Expand Up @@ -29,4 +29,4 @@
"Alroniks\\Publisher\\": "src"
}
}
}
}

0 comments on commit 13e1b33

Please sign in to comment.