From 7fb0265eaf0b670bd03cbac635e0104db2c40ced Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Thu, 19 Sep 2024 14:20:15 +0000 Subject: [PATCH] chore(release): 3.1.5 [skip ci] ## [3.1.5](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.1.4...v3.1.5) (2024-09-19) ### Bug Fixes * **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)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7569157..4051652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.5](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.1.4...v3.1.5) (2024-09-19) + + +### Bug Fixes + +* **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)) + ## [3.1.4](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.1.3...v3.1.4) (2024-09-16) diff --git a/composer.json b/composer.json index 9ec5847..0e0742b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "forestadmin/laravel-forestadmin", - "version": "3.1.4", + "version": "3.1.5", "description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.", "type": "library", "license": "GPL-3.0-or-later", diff --git a/package.json b/package.json index d6133a3..839966b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laravel-forestadmin", - "version": "3.1.4", + "version": "3.1.5", "description": "The official Laravel liana for Forest.", "scripts": { "prepare": "husky install",