Skip to content

Commit

Permalink
chore: Version 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Apr 15, 2024
1 parent ca99eb2 commit 550d9de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

All notable changes to this project will be documented in this file.

## 1.12.1 - 2024.01.30
## 1.12.1 - 2024.04.15
### Added
* Stable release for Craft CMS 5
* Add `phpstan` and `ecs` code linting
* Add `code-analysis.yaml` GitHub action
* Add `create-release.yml` for automated released

### Changed
* PHPstan code cleanup
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
],
"require": {
"craftcms/cms": "^3.0.0 || ^4.0.0 || ^5.0.0-beta.1"
"craftcms/cms": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down

0 comments on commit 550d9de

Please sign in to comment.