diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 46b1b67..fea3454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d225b31..6520977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,20 @@ All notable changes to this project will be documented in this file. +## 1.0.0 (2025-07-28) + + +### Features + +* **commitlint:** added the package codes ([251d824](https://github.com/mubbi/laravel-commit-lint/commit/251d824b4c70171ebc5fc2c10c6d2b6ffb2a1599)) +* **commitlint:** added the package codes ([89e7f49](https://github.com/mubbi/laravel-commit-lint/commit/89e7f495bf2ccd3fa1391ce0b0075dfed272ae6b)) + + +### Bug Fixes + +* use correct php version for ci ([83a491d](https://github.com/mubbi/laravel-commit-lint/commit/83a491d25d9a77adef0ea63449a1a7a2ec2c96cc)) +* use correct php versions ([e51fba0](https://github.com/mubbi/laravel-commit-lint/commit/e51fba09bf21ae120210b9593eec1c617ea1233c)) +* use correct php versions ([44cb064](https://github.com/mubbi/laravel-commit-lint/commit/44cb064c1e25ad413fa3beb265d9b01b05961685)) + ## [Unreleased] - Initial release