Skip to content

Commit bf54f43

Browse files
chore(main): release 1.9.3
1 parent b9ba748 commit bf54f43

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-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.9.2"
2+
".": "1.9.3"
33
}

CHANGELOG.md

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

3+
## [1.9.3](https://github.com/TerrorSquad/php-booster/compare/v1.9.2...v1.9.3) (2025-11-11)
4+
5+
6+
### Bug Fixes
7+
8+
* add max-lines input to limit processed file size and skip large files in PHP auto-fix action ([b9ba748](https://github.com/TerrorSquad/php-booster/commit/b9ba748db3c1129c6c6d84e905dc0ac0a8e3bf39))
9+
* update branch name validation to include 'develop/test2' in skipped branches ([41d76a6](https://github.com/TerrorSquad/php-booster/commit/41d76a687067ef385746592225c8560342c7bc48))
10+
311
## [1.9.2](https://github.com/TerrorSquad/php-booster/compare/v1.9.1...v1.9.2) (2025-11-11)
412

513

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.9.2",
4+
"version": "1.9.3",
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.9.2",
5+
"version": "1.9.3",
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.9.2",
3+
"version": "1.9.3",
44
"private": true,
55
"scripts": {
66
"dev": "nuxi dev",

0 commit comments

Comments
 (0)