File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+
9+ ## [ 2.1.0] ( https://github.com/aliziodev/laravel-taxonomy/compare/v2.0.2...v2.1.0 ) (2025-06-17)
10+
11+ ### Features
12+
13+ * implement automated changelog system ([ 0c8c6c0] ( https://github.com/aliziodev/laravel-taxonomy/commit/0c8c6c00b96396cabff2488f18f8321d739e37a0 ) )
14+
815## [ 2.0.0] - 2025-05-31
916
1017### 🚀 Major Features Added
@@ -297,4 +304,4 @@ $ancestors = $taxonomy->getAncestors();
297304- Operasi CRUD sederhana
298305- Query hierarkis dasar menggunakan parent_id
299306- Dukungan soft delete
300- - Dukungan multi-type taxonomy (categories, tags, dll.)
307+ - Dukungan multi-type taxonomy (categories, tags, dll.)
Original file line number Diff line number Diff line change 2525 "require-dev" : {
2626 "pestphp/pest" : " ^3.8.2" ,
2727 "pestphp/pest-plugin-laravel" : " ^3.2.0" ,
28- "orchestra/testbench" : " ^10.3.0" ,
2928 "phpstan/phpstan" : " ^2.1" ,
3029 "larastan/larastan" : " ^3.4" ,
3130 "laravel/pint" : " ^1.22"
3433 "php" : " ^8.2" ,
3534 "illuminate/contracts" : " ^11.0|^12.0" ,
3635 "illuminate/support" : " ^11.0|^12.0" ,
37- "illuminate/database" : " ^11.0|^12.0"
36+ "illuminate/database" : " ^11.0|^12.0" ,
37+ "laravel/framework" : " ^11.0|^12.0" ,
38+ "orchestra/testbench" : " ^9.0|^10.0"
3839 },
3940 "autoload" : {
4041 "psr-4" : {
You can’t perform that action at this time.
0 commit comments