From 9a20aacd7bbaa23fbbd2fdd3c23f84da17be2659 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Fri, 15 Nov 2024 11:50:57 +0100 Subject: [PATCH] chore(release): 9.5.0 [skip ci] # [9.5.0](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.4.2...v9.5.0) (2024-11-15) ### Features * improve timeout logs ([#1128](https://github.com/ForestAdmin/forest-express-sequelize/issues/1128)) ([390c689](https://github.com/ForestAdmin/forest-express-sequelize/commit/390c689db11d0b759539c61a1ad6f8c738e66a9b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39130df6..9d594af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.5.0](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.4.2...v9.5.0) (2024-11-15) + + +### Features + +* improve timeout logs ([#1128](https://github.com/ForestAdmin/forest-express-sequelize/issues/1128)) ([390c689](https://github.com/ForestAdmin/forest-express-sequelize/commit/390c689db11d0b759539c61a1ad6f8c738e66a9b)) + ## [9.4.2](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.4.1...v9.4.2) (2024-11-05) diff --git a/package.json b/package.json index 8ef08490..e8feda62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forest-express-sequelize", "description": "Official Express/Sequelize Liana for Forest", - "version": "9.4.2", + "version": "9.5.0", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",