From 3c5b5f35f2c6dd2d2a4f94606ffaf96e5cdddf9c Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 7 Nov 2023 18:01:26 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de1b7596..9c81be1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Release Notes -## [Unreleased](https://github.com/laravel/pint/compare/v1.13.5...main) +## [Unreleased](https://github.com/laravel/pint/compare/v1.13.6...main) + +## [v1.13.6](https://github.com/laravel/pint/compare/v1.13.5...v1.13.6) - 2023-11-07 + +- Uses `"friendsofphp/php-cs-fixer": "^3.38.0"` by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/pint/pull/229 ## [v1.13.5](https://github.com/laravel/pint/compare/v1.13.4...v1.13.5) - 2023-10-26