Skip to content

Commit 1a76e9a

Browse files
authored
Merge pull request #41 from TerrorSquad/release-please--branches--main
chore(main): release 1.13.2
2 parents ec97cc0 + f62a680 commit 1a76e9a

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-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.13.1"
2+
".": "1.13.2"
33
}

CHANGELOG.md

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

3+
## [1.13.2](https://github.com/TerrorSquad/php-booster/compare/v1.13.1...v1.13.2) (2025-12-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **hooks:** improve error handling and logging in branch name validation ([be43b37](https://github.com/TerrorSquad/php-booster/commit/be43b37b6a5f433d017a077077005a02b47e77a3))
9+
* **hooks:** use psalm.phar instead of psalm ([07109de](https://github.com/TerrorSquad/php-booster/commit/07109de5608dd03ffa7b16144dee82355ceae01a))
10+
* **runner:** enhance Docker command execution with improved PATH handling ([25898b4](https://github.com/TerrorSquad/php-booster/commit/25898b4f5416219b153cc8ace4c8f63c7f5b62f7))
11+
* **tools:** add Psalm tool configuration with separate entry for psalm.phar ([ec97cc0](https://github.com/TerrorSquad/php-booster/commit/ec97cc02e70b5298ee135dbccd600d78ed5966d3))
12+
313
## [1.13.1](https://github.com/TerrorSquad/php-booster/compare/v1.13.0...v1.13.1) (2025-12-16)
414

515

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

0 commit comments

Comments
 (0)