Skip to content

Commit a307e1b

Browse files
chore(master): release 1.0.1
1 parent 4b1cb6d commit a307e1b

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [1.0.1](https://github.com/marcstraube/zappzarapp-php-security/compare/v1.0.0...v1.0.1) (2026-04-10)
10+
11+
12+
### Miscellaneous Chores
13+
14+
* **deps-dev:** Bump league/commonmark from 2.8.0 to 2.8.2 ([#10](https://github.com/marcstraube/zappzarapp-php-security/issues/10)) ([49e6de6](https://github.com/marcstraube/zappzarapp-php-security/commit/49e6de624665f0de86da9c1c1399da26f117e3a0))
15+
* **deps-dev:** Bump the dev-dependencies group across 1 directory with 7 updates ([#11](https://github.com/marcstraube/zappzarapp-php-security/issues/11)) ([4b1cb6d](https://github.com/marcstraube/zappzarapp-php-security/commit/4b1cb6da9277d55186d3fa8df81abe573b59411b))
16+
917
## [1.0.0] - 2026-02-12
1018

1119
### Added

composer.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,19 @@
116116
"cs-fix": "@php vendor/bin/php-cs-fixer fix",
117117
"cs-check": "@php vendor/bin/php-cs-fixer fix --dry-run --diff",
118118
"docs": "@php vendor/bin/phpdoc",
119-
"check": ["@security", "@cs-check", "@analyse", "@psalm", "@phpmd", "@rector", "@deptrac", "@test"],
120-
"check-full": ["@check", "@infection"]
119+
"check": [
120+
"@security",
121+
"@cs-check",
122+
"@analyse",
123+
"@psalm",
124+
"@phpmd",
125+
"@rector",
126+
"@deptrac",
127+
"@test"
128+
],
129+
"check-full": [
130+
"@check",
131+
"@infection"
132+
]
121133
}
122134
}

0 commit comments

Comments
 (0)