Skip to content

Commit d47f22a

Browse files
committed
chore(release): 2.0.2
1 parent 48ac78f commit d47f22a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ All notable changes to this project will be documented in this file.
88
## [Unreleased]
99

1010

11+
<a name="2.0.2"></a>
12+
## [2.0.2] - 2025-03-04
13+
### CI
14+
- **config:** Update paths and ignore patterns in PHP CS Fixer config
15+
- **config:** Update preset and paths in peck.json
16+
- **rector:** Enable SortAssociativeArrayByKeyRector
17+
18+
### Features
19+
- **helpers:** Improve make function to support more keys
20+
21+
1122
<a name="2.0.1"></a>
1223
## [2.0.1] - 2025-03-03
1324
### Performance Improvements
@@ -357,7 +368,8 @@ new pipes for proper header and error handling.
357368
- **apiResponse:** Refactor API response tests to use instance method
358369

359370

360-
[Unreleased]: https://github.com/guanguans/laravel-api-response/compare/2.0.1...HEAD
371+
[Unreleased]: https://github.com/guanguans/laravel-api-response/compare/2.0.2...HEAD
372+
[2.0.2]: https://github.com/guanguans/laravel-api-response/compare/2.0.1...2.0.2
361373
[2.0.1]: https://github.com/guanguans/laravel-api-response/compare/2.0.0...2.0.1
362374
[2.0.0]: https://github.com/guanguans/laravel-api-response/compare/1.1.1...2.0.0
363375
[1.1.1]: https://github.com/guanguans/laravel-api-response/compare/1.1.0...1.1.1

0 commit comments

Comments
 (0)