Skip to content

Commit a0ec054

Browse files
committed
Fix typo
1 parent 6a841ff commit a0ec054

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
## [Unreleased](https://github.com/inspirum/arrayable-php/compare/v1.3.0...master)
1010

1111

12-
## [v1.3.0 (2024-09-05)](https://github.com/inspirum/balikobot-php/compare/v1.2.0...v1.3.0)
12+
## [v1.3.0 (2024-09-05)](https://github.com/inspirum/arrayable-php/compare/v1.2.0...v1.3.0)
1313
### Added
1414
- Support `list` collections
1515
- Added [**ListCollection**](./src/ListCollection.php) interface
1616
- Added [**BaseListCollection**](./src/BaseListCollection.php) abstract class
1717

1818

19-
## [v1.2.1 (2023-09-10)](https://github.com/inspirum/balikobot-php/compare/v1.2.0...v1.2.1)
19+
## [v1.2.1 (2023-09-10)](https://github.com/inspirum/arrayable-php/compare/v1.2.0...v1.2.1)
2020
### Fixed
2121
- Fixed `isArrayable` for `stdClass`
2222

2323

24-
## [v1.2.0 (2023-03-19)](https://github.com/inspirum/balikobot-php/compare/v1.1.0...v1.2.0)
24+
## [v1.2.0 (2023-03-19)](https://github.com/inspirum/arrayable-php/compare/v1.1.0...v1.2.0)
2525
### Added
2626
- Added support for **PHP 8.2**
2727
### Removed
2828
- Removed support for **PHP 8.0**
2929

3030

31-
## [v1.1.0 (2022-07-22)](https://github.com/inspirum/balikobot-php/compare/v1.0.0...v1.1.0)
31+
## [v1.1.0 (2022-07-22)](https://github.com/inspirum/arrayable-php/compare/v1.0.0...v1.1.0)
3232
### Added
3333
- Added [**Collection**](./src/Collection.php) interface
3434
- Added [**Model**](./src/Model.php) interface

0 commit comments

Comments
 (0)