diff --git a/CHANGELOG.md b/CHANGELOG.md index 81572c31..6ceab794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.3.0](https://github.com/wayofdev/laravel-starter-tpl/compare/v1.2.1...v1.3.0) (2023-05-10) + + +### Features + +* change project structure ([d100215](https://github.com/wayofdev/laravel-starter-tpl/commit/d100215689191db7f9c5a0090ce9d6c780e25b93)) + + +### Bug Fixes + +* **ci:** remove triggers ([2223b84](https://github.com/wayofdev/laravel-starter-tpl/commit/2223b84f07df458504ea7f5cec804206b9292698)) +* phpstan ([7969357](https://github.com/wayofdev/laravel-starter-tpl/commit/7969357d215685270bf6e94c68ad08e664ca6fe3)) +* phpunit coverage ([bc2d4f7](https://github.com/wayofdev/laravel-starter-tpl/commit/bc2d4f7bc3016621c989374d738cf8c135763e54)) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.1 ([607aa06](https://github.com/wayofdev/laravel-starter-tpl/commit/607aa062c41b94be055cd0a5ba129ed07b9dd16c)) + ## [1.2.1](https://github.com/wayofdev/laravel-starter-tpl/compare/v1.2.0...v1.2.1) (2023-05-09) diff --git a/package.json b/package.json index 108ae628..12e328ed 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { "name": "laravel-starter-tpl", - "version": "1.2.1" + "version": "1.3.0" }