From 5ac799eb62133830a82cbe946758eccb2b28b8d6 Mon Sep 17 00:00:00 2001 From: Forest Date: Mon, 10 Aug 2020 18:51:23 +0200 Subject: [PATCH] chore(release): 6.3.6 [skip ci] ## [6.3.6](https://github.com/ForestAdmin/forest-express-sequelize/compare/v6.3.5...v6.3.6) (2020-08-10) ### Bug Fixes * prevent scopes validation crashes for conditions with boolean or number values ([#487](https://github.com/ForestAdmin/forest-express-sequelize/issues/487)) ([389f590](https://github.com/ForestAdmin/forest-express-sequelize/commit/389f590a89b59342afa2bce33cbe97e2f110a99f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8af4cb0..d65270f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.3.6](https://github.com/ForestAdmin/forest-express-sequelize/compare/v6.3.5...v6.3.6) (2020-08-10) + + +### Bug Fixes + +* prevent scopes validation crashes for conditions with boolean or number values ([#487](https://github.com/ForestAdmin/forest-express-sequelize/issues/487)) ([389f590](https://github.com/ForestAdmin/forest-express-sequelize/commit/389f590a89b59342afa2bce33cbe97e2f110a99f)) + ## [6.3.5](https://github.com/ForestAdmin/forest-express-sequelize/compare/v6.3.4...v6.3.5) (2020-08-05) diff --git a/package.json b/package.json index 8b9ce0b1..5da76b16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forest-express-sequelize", "description": "Official Express/Sequelize Liana for Forest", - "version": "6.3.5", + "version": "6.3.6", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",