From 26f5db532932e7145bdbb958e49c7082ff023d2b Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Thu, 12 Sep 2024 15:10:21 +0000 Subject: [PATCH] chore(release): 3.1.2 [skip ci] ## [3.1.2](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.1.1...v3.1.2) (2024-09-12) ### Bug Fixes * store agent in cache to improve performance ([#90](https://github.com/ForestAdmin/laravel-forestadmin/issues/90)) ([952480a](https://github.com/ForestAdmin/laravel-forestadmin/commit/952480a10a0bea1e43566c87323a30f3c0f649d0)) --- 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 19f7822..a1ad0fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.2](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.1.1...v3.1.2) (2024-09-12) + + +### Bug Fixes + +* store agent in cache to improve performance ([#90](https://github.com/ForestAdmin/laravel-forestadmin/issues/90)) ([952480a](https://github.com/ForestAdmin/laravel-forestadmin/commit/952480a10a0bea1e43566c87323a30f3c0f649d0)) + ## [3.1.1](https://github.com/ForestAdmin/laravel-forestadmin/compare/v3.1.0...v3.1.1) (2024-08-12) diff --git a/composer.json b/composer.json index b4e1f7d..1ea0086 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "forestadmin/laravel-forestadmin", - "version": "3.1.1", + "version": "3.1.2", "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 ad96e6e..67aa1b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laravel-forestadmin", - "version": "3.1.1", + "version": "3.1.2", "description": "The official Laravel liana for Forest.", "scripts": { "prepare": "husky install",