From 4d939576f22a2c25d13651cc88967d05a40a2ac8 Mon Sep 17 00:00:00 2001 From: the dev <94047334+lotyp@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:30:56 +0300 Subject: [PATCH] chore(master): release 2.5.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 33 +++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index edb1d1b6..51f885e8 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b4f771..a152bccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [2.5.0](https://github.com/wayofdev/laravel-starter-tpl/compare/v2.4.0...v2.5.0) (2024-06-13) + + +### Features + +* deptrac and infra layer ([3a90d44](https://github.com/wayofdev/laravel-starter-tpl/commit/3a90d44cccafabf28e53aa7d8997366ad945f895)) + + +### Bug Fixes + +* stryker dashboard mutation score ([3360705](https://github.com/wayofdev/laravel-starter-tpl/commit/33607052de36ac39f48e39ed2ed0b7fec7a5f4aa)) +* stryker dashboard mutation score ([4faa023](https://github.com/wayofdev/laravel-starter-tpl/commit/4faa023efd6e2b260ef5269bc0581a85ef2f3fd5)) + + +### Documentation + +* add contributing guidelines ([6f37090](https://github.com/wayofdev/laravel-starter-tpl/commit/6f37090efedac308856a01e62e81f5dde6558236)) +* update readme.md ([6f8f7b4](https://github.com/wayofdev/laravel-starter-tpl/commit/6f8f7b42bb1781c9c50e5d40dab163564e4b6920)) + + +### Dependencies + +* **deps:** update googleapis/release-please-action action to v4.1.3 ([2a5014e](https://github.com/wayofdev/laravel-starter-tpl/commit/2a5014eb425060d5fa13994f4c6e51ee8bc72d8c)) +* **deps:** update shivammathur/setup-php action to v2.30.5 ([3c7535c](https://github.com/wayofdev/laravel-starter-tpl/commit/3c7535c2040c178479aabc52b81b54e6bd7704d1)) + + +### Continuous Integration + +* add deptrac support ([ef7afdd](https://github.com/wayofdev/laravel-starter-tpl/commit/ef7afddb58fe09bfb3b0fae65606174d6295707a)) +* add rector ([a3b7dd4](https://github.com/wayofdev/laravel-starter-tpl/commit/a3b7dd490853facdc24b6542ab663694183aff42)) +* add rector workflow ([3c1be89](https://github.com/wayofdev/laravel-starter-tpl/commit/3c1be8918b1cf9431c033d5f179e661b54345efe)) +* minor updates ([9b31ba3](https://github.com/wayofdev/laravel-starter-tpl/commit/9b31ba3510307ab2112a48d38de1ff90cdf9b81a)) + ## [2.4.0](https://github.com/wayofdev/laravel-starter-tpl/compare/v2.3.0...v2.4.0) (2024-06-11)