diff --git a/CHANGELOG.md b/CHANGELOG.md index a8024b97..1578e09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.1.2](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.1.1...v8.1.2) (2021-09-08) + + +### Bug Fixes + +* **types:** fix typing errors and limitations ([#799](https://github.com/ForestAdmin/forest-express-sequelize/issues/799)) ([a594f78](https://github.com/ForestAdmin/forest-express-sequelize/commit/a594f7877994b9739db8c6b1f7526902be8d6f78)) + ## [8.1.1](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.1.0...v8.1.1) (2021-09-02) diff --git a/package.json b/package.json index 02c25555..8eb288ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forest-express-sequelize", "description": "Official Express/Sequelize Liana for Forest", - "version": "8.1.1", + "version": "8.1.2", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",