From 0233d9522a7d0f5ea285794c0170fb9d6a2930d0 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Wed, 24 May 2023 09:19:14 +0200 Subject: [PATCH] chore(release): 9.2.10 [skip ci] ## [9.2.10](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.2.9...v9.2.10) (2023-05-24) ### Bug Fixes * **init-options:** liana options should be taken into account correctly ([#1081](https://github.com/ForestAdmin/forest-express-sequelize/issues/1081)) ([29dadc2](https://github.com/ForestAdmin/forest-express-sequelize/commit/29dadc270cf7ad420ef1130904d18945219715dc)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d62e74..810e4176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.2.10](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.2.9...v9.2.10) (2023-05-24) + + +### Bug Fixes + +* **init-options:** liana options should be taken into account correctly ([#1081](https://github.com/ForestAdmin/forest-express-sequelize/issues/1081)) ([29dadc2](https://github.com/ForestAdmin/forest-express-sequelize/commit/29dadc270cf7ad420ef1130904d18945219715dc)) + ## [9.2.9](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.2.8...v9.2.9) (2023-03-03) diff --git a/package.json b/package.json index d60e77c3..f2d1a355 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forest-express-sequelize", "description": "Official Express/Sequelize Liana for Forest", - "version": "9.2.9", + "version": "9.2.10", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",