From 58b6f2b266d86fbd31c2c1f49607e2931959d23a Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Wed, 5 Jun 2024 22:14:13 +0300 Subject: [PATCH] chore(master): release 1.5.1 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 6180eb92..f7d510b3 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 556655b3..faf289e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.5.1](https://github.com/wayofdev/php-cs-fixer-config/compare/v1.5.0...v1.5.1) (2024-06-05) + + +### Bug Fixes + +* **deps:** update dependency friendsofphp/php-cs-fixer to v3.58.1 ([ea2ca46](https://github.com/wayofdev/php-cs-fixer-config/commit/ea2ca4653a7a2dd63c9d417ae327cd4e7cb9ff06)) + + +### Documentation + +* add contributing guidelines ([fc9d047](https://github.com/wayofdev/php-cs-fixer-config/commit/fc9d047b4a69235bfc415547b65662bfd7b9004e)) + + +### Dependencies + +* add support for rector ([e7a0ab1](https://github.com/wayofdev/php-cs-fixer-config/commit/e7a0ab180a90972a7f7b32469b84ea81d36db307)) + ## [1.5.0](https://github.com/wayofdev/php-cs-fixer-config/compare/v1.4.5...v1.5.0) (2024-05-29)