Skip to content

Commit a75f8de

Browse files
authored
Merge pull request #42 from TerrorSquad/release-please--branches--main
chore(main): release 1.14.0
2 parents 7bbf77c + 0d3a8bd commit a75f8de

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-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.2"
2+
".": "1.14.0"
33
}

CHANGELOG.md

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

3+
## [1.14.0](https://github.com/TerrorSquad/php-booster/compare/v1.13.2...v1.14.0) (2025-12-16)
4+
5+
6+
### Features
7+
8+
* **psalm:** add Psalm integration scripts and update VS Code settings ([bda2ac4](https://github.com/TerrorSquad/php-booster/commit/bda2ac43b4266214aaf2b489a4a61bd21226777b))
9+
10+
11+
### Bug Fixes
12+
13+
* **tests:** add wait for Mutagen sync before setting environment for faster testing ([7bbf77c](https://github.com/TerrorSquad/php-booster/commit/7bbf77c7f817a85e9041ec18249f6f2429efe4cd))
14+
315
## [1.13.2](https://github.com/TerrorSquad/php-booster/compare/v1.13.1...v1.13.2) (2025-12-16)
416

517

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

0 commit comments

Comments
 (0)