From b648418ef6cb31d378f2267cf6e1f7ccf61c54c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 20 Apr 2021 11:54:34 +0200 Subject: [PATCH] Fix: Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f45e0e56..4e9bddce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -For a full diff see [`2.13.0...main`][2.13.0...main]. +For a full diff see [`2.13.1...main`][2.13.1...main]. + +## [`2.13.1`][2.13.1] + +For a full diff see [`2.13.0...2.13.1`][2.13.0...2.13.1]. ### Fixed * Stopped using deprecated configuration for `class_attributes_separation` fixer ([#354]), by [@localheinz] +* Updated `friendsofphp/php-cs-fixer` ([#392]), by [@dependabot] ## [`2.13.0`][2.13.0] @@ -292,6 +297,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0]. [2.12.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/2.12.0 [2.12.1]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/2.12.1 [2.13.0]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/2.13.0 +[2.13.1]: https://github.com/ergebnis/php-cs-fixer-config/releases/tag/2.13.1 [d899e77...1.0.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/d899e77...1.0.0 [1.0.0...1.1.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/1.0.0...1.1.0 @@ -319,7 +325,8 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0]. [2.11.0...2.12.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.11.0...2.12.0 [2.12.0...2.12.1]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.12.0...2.12.1 [2.12.1...2.13.0]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.12.1...2.13.0 -[2.13.0...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.13.0...main +[2.13.0...2.13.1]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.13.0...2.13.1 +[2.13.1...main]: https://github.com/ergebnis/php-cs-fixer-config/compare/2.13.0...main [#3]: https://github.com/ergebnis/php-cs-fixer-config/pull/3 [#14]: https://github.com/ergebnis/php-cs-fixer-config/pull/14 @@ -382,6 +389,7 @@ For a full diff see [`d899e77...1.0.0`][d899e77...1.0.0]. [#350]: https://github.com/ergebnis/php-cs-fixer-config/pull/350 [#352]: https://github.com/ergebnis/php-cs-fixer-config/pull/352 [#354]: https://github.com/ergebnis/php-cs-fixer-config/pull/354 +[#392]: https://github.com/ergebnis/php-cs-fixer-config/pull/392 [@dependabot]: https://github.com/apps/dependabot [@linuxjuggler]: https://github.com/linuxjuggler