diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d594af5..6893dcfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [9.5.1](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.5.0...v9.5.1) (2024-11-22) + + +### Bug Fixes + +* **security:** patch cross-spawn dependency vulnerabilities ([#1130](https://github.com/ForestAdmin/forest-express-sequelize/issues/1130)) ([c9a3209](https://github.com/ForestAdmin/forest-express-sequelize/commit/c9a3209413e109be5d8c32a7c46db53cb6b8e0f2)) +* **security:** patch micromatch dependency vulnerabilities ([#1129](https://github.com/ForestAdmin/forest-express-sequelize/issues/1129)) ([806f4bf](https://github.com/ForestAdmin/forest-express-sequelize/commit/806f4bfc11dd2fe5c8ffadb1af0ede6c67e0735b)) + # [9.5.0](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.4.2...v9.5.0) (2024-11-15) diff --git a/package.json b/package.json index d29778a6..bb2320d4 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.0", + "version": "9.5.1", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",