Skip to content

Commit

Permalink
chore(release): v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Aug 11, 2023
1 parent 28c4948 commit aba0cd6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
26 changes: 17 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.1.0](https://github.com/baumrock/RockShell/compare/v2.0.0...v2.1.0) (2023-08-11)


### Bug Fixes

* command db:pull using old syntax ([52f78e4](https://github.com/baumrock/RockShell/commit/52f78e48d845b76eeebcaf95d0a90e207b7bd3ca))
* install command not working for dotnetic ([2a68b11](https://github.com/baumrock/RockShell/commit/2a68b115a29749086d0c8901fef050749c58bfb1))
* rename rockshell to rock everywhere and update readme ([2697bd6](https://github.com/baumrock/RockShell/commit/2697bd65bdcd4426c70d6bdfb88172f775ec20e3))


### Features

* add DbDownload command ([2e91be7](https://github.com/baumrock/RockShell/commit/2e91be726a335b70f720a63b8859a57350d2a6f3))
* add warning if PHP version is too low ([a8caca8](https://github.com/baumrock/RockShell/commit/a8caca85695cd46899c0ee9fd2f516ce14b7351d))



# [2.0.0](https://github.com/baumrock/RockShell/compare/v1.6.0...v2.0.0) (2023-07-07)


Expand Down Expand Up @@ -48,12 +65,3 @@



# [1.3.0](https://github.com/baumrock/RockShell/compare/v1.2.0...v1.3.0) (2023-04-16)


### Features

* add PwUser and PwPass ([4d0c53a](https://github.com/baumrock/RockShell/commit/4d0c53af6aee75f628003b4dc22af58588dcc904))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.0.0"
"version": "2.1.0"
}

0 comments on commit aba0cd6

Please sign in to comment.