From aa192f5ec77c28b34b944db0b4287603143cd8c7 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Thu, 17 Oct 2024 16:34:20 +0200 Subject: [PATCH] chore(release): 9.4.1 [skip ci] ## [9.4.1](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.4.0...v9.4.1) (2024-10-17) ### Bug Fixes * **security:** patch cookie dependency vulnerabilities ([#1124](https://github.com/ForestAdmin/forest-express-sequelize/issues/1124)) ([a8a9339](https://github.com/ForestAdmin/forest-express-sequelize/commit/a8a933965b0dda06fcba7756456c54b596a05800)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edb62a1d..c7e72881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.4.1](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.4.0...v9.4.1) (2024-10-17) + + +### Bug Fixes + +* **security:** patch cookie dependency vulnerabilities ([#1124](https://github.com/ForestAdmin/forest-express-sequelize/issues/1124)) ([a8a9339](https://github.com/ForestAdmin/forest-express-sequelize/commit/a8a933965b0dda06fcba7756456c54b596a05800)) + # [9.4.0](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.3.28...v9.4.0) (2024-10-17) diff --git a/package.json b/package.json index 2effe18a..0b689759 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.0", + "version": "9.4.1", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",