From 3c8bb23d501c16b074511b592126df0131941c4a Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sat, 18 May 2024 14:10:01 +0300 Subject: [PATCH] chore(master): release 1.3.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e921367..2200d995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.3.0](https://github.com/wayofdev/php-cs-fixer-config/compare/v1.2.61...v1.3.0) (2024-05-18) + + +### Features + +* attribute_empty_parentheses, phpdoc_line_span class_attributes_separation rules ([4bcdc19](https://github.com/wayofdev/php-cs-fixer-config/commit/4bcdc19538df033532c63546914824e282c343a5)) +* config set based on PER-CS2.0 ([bbbd5a5](https://github.com/wayofdev/php-cs-fixer-config/commit/bbbd5a587c30c13f202a4cb93a99e0524c6b4ade)) +* update default set rule sets ([05611b2](https://github.com/wayofdev/php-cs-fixer-config/commit/05611b228bab587022da1671d50cccd510c3ac58)) + + +### Bug Fixes + +* remoe php_unit annotation and snake_case in PER ruleset ([c0bb78e](https://github.com/wayofdev/php-cs-fixer-config/commit/c0bb78ed99c19d3fab5beb9563b811d0dad5d26c)) + ## [1.2.61](https://github.com/wayofdev/php-cs-fixer-config/compare/v1.2.60...v1.2.61) (2023-09-14) diff --git a/package.json b/package.json index cbbd5d45..28125c58 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.61", + "version": "1.3.0", "repository": { "url": "https://github.com/wayofdev/php-cs-fixer-config.git" }