From 7e0cc0d483d4d0dc199f6e1299aad9e5a1110172 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Mon, 16 Sep 2024 15:24:31 +0000 Subject: [PATCH] chore(release): 3.1.3 [skip ci] ## [3.1.3](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.1.2...v3.1.3) (2024-09-16) ### Bug Fixes * **composer:** update minimum agent dependencies ([#91](https://github.com/ForestAdmin/laravel-forestadmin/issues/91)) ([0fb9703](https://github.com/ForestAdmin/laravel-forestadmin/commit/0fb9703dd5d4fdcde9f55f07dac407689b3f5131)) --- 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 a1ad0fd..f00c127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.3](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.1.2...v3.1.3) (2024-09-16) + + +### Bug Fixes + +* **composer:** update minimum agent dependencies ([#91](https://github.com/ForestAdmin/laravel-forestadmin/issues/91)) ([0fb9703](https://github.com/ForestAdmin/laravel-forestadmin/commit/0fb9703dd5d4fdcde9f55f07dac407689b3f5131)) + ## [3.1.2](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.1.1...v3.1.2) (2024-09-12) diff --git a/composer.json b/composer.json index 2120930..ecd41bd 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "forestadmin/laravel-forestadmin", - "version": "3.1.2", + "version": "3.1.3", "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 67aa1b6..c6b51f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laravel-forestadmin", - "version": "3.1.2", + "version": "3.1.3", "description": "The official Laravel liana for Forest.", "scripts": { "prepare": "husky install",