Skip to content

Commit 4d2e801

Browse files
committed
chore(release): 2.0.1
1 parent a46e6d1 commit 4d2e801

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

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

1010

11+
<a name="2.0.1"></a>
12+
## [2.0.1] - 2025-03-03
13+
### Performance Improvements
14+
- Optimize rector command and update type hints
15+
16+
### Tests
17+
- **LaravelDataTest:** Remove version checks for pagination tests
18+
- **tests:** Enhance test coverage and update helper methods
19+
20+
1121
<a name="2.0.0"></a>
1222
## [2.0.0] - 2025-03-03
1323
### Build
@@ -347,7 +357,8 @@ new pipes for proper header and error handling.
347357
- **apiResponse:** Refactor API response tests to use instance method
348358

349359

350-
[Unreleased]: https://github.com/guanguans/laravel-api-response/compare/2.0.0...HEAD
360+
[Unreleased]: https://github.com/guanguans/laravel-api-response/compare/2.0.1...HEAD
361+
[2.0.1]: https://github.com/guanguans/laravel-api-response/compare/2.0.0...2.0.1
351362
[2.0.0]: https://github.com/guanguans/laravel-api-response/compare/1.1.1...2.0.0
352363
[1.1.1]: https://github.com/guanguans/laravel-api-response/compare/1.1.0...1.1.1
353364
[1.1.0]: https://github.com/guanguans/laravel-api-response/compare/1.0.10...1.1.0

0 commit comments

Comments
 (0)