Skip to content

Commit d0f8c62

Browse files
chore(release): 2.4.0 [skip ci]
## [2.4.0](v2.3.0...v2.4.0) (2025-07-03) ### Bug Fixes * **Taxonomy:** include type in DuplicateSlugException for better error context ([6665b4e](6665b4e)) ### Features * **exceptions:** add type context to DuplicateSlugException for better debugging ([defd29b](defd29b))
1 parent 6665b4e commit d0f8c62

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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

88

9+
## [2.4.0](https://github.com/aliziodev/laravel-taxonomy/compare/v2.3.0...v2.4.0) (2025-07-03)
10+
11+
### Bug Fixes
12+
13+
* **Taxonomy:** include type in DuplicateSlugException for better error context ([6665b4e](https://github.com/aliziodev/laravel-taxonomy/commit/6665b4ed12dc20a8bcb5cbfd645fa8ffdec52a23))
14+
15+
### Features
16+
17+
* **exceptions:** add type context to DuplicateSlugException for better debugging ([defd29b](https://github.com/aliziodev/laravel-taxonomy/commit/defd29b7394a10637bf02167d405b0d61bbb458f))
18+
919
## [2.3.0](https://github.com/aliziodev/laravel-taxonomy/compare/v2.2.1...v2.3.0) (2025-07-03)
1020

1121
### ⚠ BREAKING CHANGES

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"pestphp/pest-plugin-laravel": "^3.2.0",
2828
"phpstan/phpstan": "^2.1",
2929
"larastan/larastan": "^3.4",
30-
"laravel/pint": "^1.22",
31-
"orchestra/testbench": "^9.0|^10.0"
30+
"laravel/pint": "^1.22"
3231
},
3332
"require": {
3433
"php": "^8.2",
3534
"illuminate/contracts": "^11.0|^12.0",
3635
"illuminate/support": "^11.0|^12.0",
3736
"illuminate/database": "^11.0|^12.0",
38-
"laravel/framework": "^11.0|^12.0"
37+
"laravel/framework": "^11.0|^12.0",
38+
"orchestra/testbench": "^9.0|^10.0"
3939
},
4040
"autoload": {
4141
"psr-4": {
@@ -74,4 +74,4 @@
7474
"pestphp/pest-plugin": true
7575
}
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)