From a9fff8fd28bbf7fa088683f2aacd1b4245cd09c6 Mon Sep 17 00:00:00 2001 From: the dev <94047334+lotyp@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:50:55 +0300 Subject: [PATCH] chore(master): release 2.4.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index ccf4e223..edb1d1b6 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ca854e3b..72b4f771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.4.0](https://github.com/wayofdev/laravel-starter-tpl/compare/v2.3.0...v2.4.0) (2024-06-11) + + +### Features + +* split tests into functional and arch ([c5b7931](https://github.com/wayofdev/laravel-starter-tpl/commit/c5b793199e36d3d99077dd1ba736927dbad76b5f)) + + +### Documentation + +* update README ([f41cc33](https://github.com/wayofdev/laravel-starter-tpl/commit/f41cc332ad0434c1d90d77af39706f4cf57fd3d3)) +* update README.md ([8698ed7](https://github.com/wayofdev/laravel-starter-tpl/commit/8698ed7a9371aae34f65cb737972b653ff75c8a9)) + + +### Continuous Integration + +* add mutation testing job ([670b7d9](https://github.com/wayofdev/laravel-starter-tpl/commit/670b7d986b9ba50e5428cba8366e3a84b0ca543a)) + ## [2.3.0](https://github.com/wayofdev/laravel-starter-tpl/compare/v2.2.0...v2.3.0) (2024-06-11)