Skip to content

Commit

Permalink
chore(release): v3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Nov 3, 2024
1 parent b5d0d21 commit d7b0550
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
28 changes: 17 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [3.4.0](https://github.com/baumrock/RockShell/compare/v3.3.0...v3.4.0) (2024-11-03)


### Features

* add .htaccess to block direct access to all assets by default ([f544545](https://github.com/baumrock/RockShell/commit/f54454515489d8a90ed1978dcecb0de16fb18d0b))
* add module install command ([fb4a4e9](https://github.com/baumrock/RockShell/commit/fb4a4e95d184996d03e99d4fb3417c5b4f8e00de))
* add ModuleCreate command ([8d75bfb](https://github.com/baumrock/RockShell/commit/8d75bfb786a40c1c9e9e442a0854e31911506d82))
* add success message + random boodbye ([02d52e7](https://github.com/baumrock/RockShell/commit/02d52e76db1cfc4cd72b6fff569f7ff12ededb7b))
* create readme for new module ([282d25b](https://github.com/baumrock/RockShell/commit/282d25b4759c026a99bdfc1731e83305a07b7f7b))
* support DDEV environment-specific ports ([817ce9a](https://github.com/baumrock/RockShell/commit/817ce9a2cc106e55406461f4d9c67badef3bc033))


### Bug Fixes

* update host method to handle 403 status ([92dc56c](https://github.com/baumrock/RockShell/commit/92dc56c47c9ffe8e88f14e81f38ed4cf31a44513))

## [3.3.0](https://github.com/baumrock/RockShell/compare/v3.2.0...v3.3.0) (2024-10-01)


Expand Down Expand Up @@ -43,14 +60,3 @@

* exclude commands from dot-folders in site/modules ([8f9af77](https://github.com/baumrock/RockShell/commit/8f9af77ea811e6d1dd30d9e7b9db7d29cdcf7d2e))

## [3.0.0](https://github.com/baumrock/RockShell/compare/v2.8.0...v3.0.0) (2024-05-06)


### ⚠ BREAKING CHANGES

* add new checkout version

### Features

* add new checkout version ([aad8186](https://github.com/baumrock/RockShell/commit/aad818618743516342ca495fb15afd1d09816c8b))

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

0 comments on commit d7b0550

Please sign in to comment.