From ec29d7f13da24aa577da1e2588414e20851fa57f Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Thu, 12 Dec 2024 12:32:53 +0100 Subject: [PATCH] chore(release): 9.5.2 [skip ci] ## [9.5.2](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.5.1...v9.5.2) (2024-12-12) ### Bug Fixes * **security:** patch path-to-regexp dependency vulnerabilities ([#1131](https://github.com/ForestAdmin/forest-express-sequelize/issues/1131)) ([7a593a1](https://github.com/ForestAdmin/forest-express-sequelize/commit/7a593a1fad53f25d0cf01243bb9415eb23b418b1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6893dcfa..e771aaf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.5.2](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.5.1...v9.5.2) (2024-12-12) + + +### Bug Fixes + +* **security:** patch path-to-regexp dependency vulnerabilities ([#1131](https://github.com/ForestAdmin/forest-express-sequelize/issues/1131)) ([7a593a1](https://github.com/ForestAdmin/forest-express-sequelize/commit/7a593a1fad53f25d0cf01243bb9415eb23b418b1)) + ## [9.5.1](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.5.0...v9.5.1) (2024-11-22) diff --git a/package.json b/package.json index bb2320d4..9bc28872 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forest-express-sequelize", "description": "Official Express/Sequelize Liana for Forest", - "version": "9.5.1", + "version": "9.5.2", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",