From 4da51cab12fc9b5a3fd4d89ea40c521c0e43822c Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Tue, 5 Nov 2024 16:21:00 +0100 Subject: [PATCH] chore(release): 9.4.2 [skip ci] ## [9.4.2](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.4.1...v9.4.2) (2024-11-05) ### Bug Fixes * **actions:** add missing fields to actions options interface ([#1126](https://github.com/ForestAdmin/forest-express-sequelize/issues/1126)) ([c0a0af4](https://github.com/ForestAdmin/forest-express-sequelize/commit/c0a0af4d2f5da7cfce43916bd84805e5361483e8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e72881..39130df6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.4.2](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.4.1...v9.4.2) (2024-11-05) + + +### Bug Fixes + +* **actions:** add missing fields to actions options interface ([#1126](https://github.com/ForestAdmin/forest-express-sequelize/issues/1126)) ([c0a0af4](https://github.com/ForestAdmin/forest-express-sequelize/commit/c0a0af4d2f5da7cfce43916bd84805e5361483e8)) + ## [9.4.1](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.4.0...v9.4.1) (2024-10-17) diff --git a/package.json b/package.json index 0b689759..414dd76a 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.1", + "version": "9.4.2", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",