From a60680f2b01446f17e7bac5fcdc966f9f861f82a Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Tue, 17 Jan 2023 12:22:39 +0100 Subject: [PATCH] chore(release): 9.2.1 [skip ci] ## [9.2.1](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.2.0...v9.2.1) (2023-01-17) ### Bug Fixes * **security:** patch xmldom dependency vulnerability ([#1060](https://github.com/ForestAdmin/forest-express-sequelize/issues/1060)) ([24cdb3f](https://github.com/ForestAdmin/forest-express-sequelize/commit/24cdb3f773f20c3be7ffcdf7a945694f20ea6663)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adb87e5e..eca01c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.2.1](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.2.0...v9.2.1) (2023-01-17) + + +### Bug Fixes + +* **security:** patch xmldom dependency vulnerability ([#1060](https://github.com/ForestAdmin/forest-express-sequelize/issues/1060)) ([24cdb3f](https://github.com/ForestAdmin/forest-express-sequelize/commit/24cdb3f773f20c3be7ffcdf7a945694f20ea6663)) + # [9.2.0](https://github.com/ForestAdmin/forest-express-sequelize/compare/v9.1.1...v9.2.0) (2022-12-28) diff --git a/package.json b/package.json index adf22a3c..0182ea4d 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.0", + "version": "9.2.1", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",