Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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