From 76744694e4c0fe13338a53573ac18c15b3a33fe4 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Mon, 16 Sep 2024 16:06:04 +0000 Subject: [PATCH] chore(release): 3.1.4 [skip ci] ## [3.1.4](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.1.3...v3.1.4) (2024-09-16) ### Bug Fixes * **composer:** update minimum agent dependencies ([#92](https://github.com/ForestAdmin/laravel-forestadmin/issues/92)) ([6eb0965](https://github.com/ForestAdmin/laravel-forestadmin/commit/6eb096526cc09a3b502ce9e30d2b80309b7b7288)) --- 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 f00c127..7569157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.4](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.1.3...v3.1.4) (2024-09-16) + + +### Bug Fixes + +* **composer:** update minimum agent dependencies ([#92](https://github.com/ForestAdmin/laravel-forestadmin/issues/92)) ([6eb0965](https://github.com/ForestAdmin/laravel-forestadmin/commit/6eb096526cc09a3b502ce9e30d2b80309b7b7288)) + ## [3.1.3](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.1.2...v3.1.3) (2024-09-16) diff --git a/composer.json b/composer.json index 6c6e800..efb9241 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "forestadmin/laravel-forestadmin", - "version": "3.1.3", + "version": "3.1.4", "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 c6b51f8..d6133a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laravel-forestadmin", - "version": "3.1.3", + "version": "3.1.4", "description": "The official Laravel liana for Forest.", "scripts": { "prepare": "husky install",