Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Commit 7fb0265

Browse files
committed
chore(release): 3.1.5 [skip ci]
## [3.1.5](v3.1.4...v3.1.5) (2024-09-19) ### Bug Fixes * **config:** add default value for disabledApcuCache configuration ([#93](#93)) ([7f59f84](7f59f84))
1 parent 7f59f84 commit 7fb0265

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.5](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.1.4...v3.1.5) (2024-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **config:** add default value for disabledApcuCache configuration ([#93](https://github.com/ForestAdmin/laravel-forestadmin/issues/93)) ([7f59f84](https://github.com/ForestAdmin/laravel-forestadmin/commit/7f59f8416d7316eb0246388ad8211ef6f2fed478))
7+
18
## [3.1.4](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.1.3...v3.1.4) (2024-09-16)
29

310

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forestadmin/laravel-forestadmin",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.",
55
"type": "library",
66
"license": "GPL-3.0-or-later",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-forestadmin",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "The official Laravel liana for Forest.",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)