diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..8d7e5f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dafe6c..1b369de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.1](https://github.com/marcstraube/zappzarapp-php-security/compare/v1.0.0...v1.0.1) (2026-04-10) + + +### Miscellaneous Chores + +* **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)) +* **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)) +* **deps:** Bump actions/upload-artifact from 6 to 7 ([#6](https://github.com/marcstraube/zappzarapp-php-security/issues/6)) ([c33a822](https://github.com/marcstraube/zappzarapp-php-security/commit/c33a822dd49d0b4cfb8ea3f444bc4a4d3ffb3059)) +* **deps:** Bump codecov/codecov-action from 5 to 6 ([#12](https://github.com/marcstraube/zappzarapp-php-security/issues/12)) ([7afe7b8](https://github.com/marcstraube/zappzarapp-php-security/commit/7afe7b87ffe533cb11de21e1ef2f3c5e589a873a)) + ## [1.0.0] - 2026-02-12 ### Added diff --git a/composer.json b/composer.json index 2109bf4..f611e0c 100644 --- a/composer.json +++ b/composer.json @@ -116,7 +116,19 @@ "cs-fix": "@php vendor/bin/php-cs-fixer fix", "cs-check": "@php vendor/bin/php-cs-fixer fix --dry-run --diff", "docs": "@php vendor/bin/phpdoc", - "check": ["@security", "@cs-check", "@analyse", "@psalm", "@phpmd", "@rector", "@deptrac", "@test"], - "check-full": ["@check", "@infection"] + "check": [ + "@security", + "@cs-check", + "@analyse", + "@psalm", + "@phpmd", + "@rector", + "@deptrac", + "@test" + ], + "check-full": [ + "@check", + "@infection" + ] } }