Skip to content

Commit 75cb25e

Browse files
authored
Merge pull request #21 from TerrorSquad/release-please--branches--main
chore(main): release 1.9.1
2 parents 97a521d + b68a735 commit 75cb25e

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.0"
2+
".": "1.9.1"
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.1](https://github.com/TerrorSquad/php-booster/compare/v1.9.0...v1.9.1) (2025-11-09)
4+
5+
6+
### Bug Fixes
7+
8+
* remove duplicate commit message format section and update TOC ([97a521d](https://github.com/TerrorSquad/php-booster/commit/97a521d8463400803dfc1b9e9552f024d1ec5b7e))
9+
* remove invalid documentation path reference ([a6ba5cc](https://github.com/TerrorSquad/php-booster/commit/a6ba5cc7808fc851bc005cb949bd17e95df9ef6e))
10+
311
## [1.9.0](https://github.com/TerrorSquad/php-booster/compare/v1.8.0...v1.9.0) (2025-11-08)
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.0",
4+
"version": "1.9.1",
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.0",
5+
"version": "1.9.1",
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.0",
3+
"version": "1.9.1",
44
"private": true,
55
"scripts": {
66
"dev": "nuxi dev",

0 commit comments

Comments
 (0)