Skip to content

Commit dfe690d

Browse files
chore(release): 2.1.0 [skip ci]
## [2.1.0](v2.0.2...v2.1.0) (2025-06-17) ### Features * implement automated changelog system ([0c8c6c0](0c8c6c0))
1 parent d9ca188 commit dfe690d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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.)

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
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"
@@ -34,7 +33,9 @@
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": {

0 commit comments

Comments
 (0)