Skip to content

Commit dba3533

Browse files
authored
Merge pull request #20 from TerrorSquad/release-please--branches--main
chore(main): release 1.9.0
2 parents 2398205 + 9e62d90 commit dba3533

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.8.0"
2+
".": "1.9.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.9.0](https://github.com/TerrorSquad/php-booster/compare/v1.8.0...v1.9.0) (2025-11-08)
4+
5+
6+
### Features
7+
8+
* add --no-interaction flag to composer require commands for non-interactive installations ([df549d9](https://github.com/TerrorSquad/php-booster/commit/df549d97c0fb6e34cdcb4341514c775efa0c9e18))
9+
* enhance TestOrchestrator with expected file verification and improved interactive mode testing ([1350b37](https://github.com/TerrorSquad/php-booster/commit/1350b37b39f6b2be878e94e398dabbc2ea4bfc32))
10+
11+
12+
### Bug Fixes
13+
14+
* correct shebang line in pre-commit hook ([ab39afb](https://github.com/TerrorSquad/php-booster/commit/ab39afb7d142315952ca8f0f3df8dafc448aefb6))
15+
316
## [1.8.0](https://github.com/TerrorSquad/php-booster/compare/v1.7.0...v1.8.0) (2025-11-07)
417

518

booster/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "generic/php-ddev-booster",
33
"type": "project",
4-
"version": "1.8.0",
4+
"version": "1.9.0",
55
"authors": [
66
{
77
"name": "DDEV User",

booster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php_booster",
33
"private": true,
44
"type": "module",
5-
"version": "1.8.0",
5+
"version": "1.9.0",
66
"scripts": {
77
"commit": "commit",
88
"generate:api-doc:html": "redocly build-docs documentation/openapi.yml --output=documentation/openapi.html",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docus-starter",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"private": true,
55
"scripts": {
66
"dev": "nuxi dev",

0 commit comments

Comments
 (0)