From 15a6747cf0cf641483414d87a1e9a1d81d88bf8f Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Wed, 28 Sep 2022 09:18:42 +0200 Subject: [PATCH] chore(release): 8.5.13 [skip ci] ## [8.5.13](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.5.12...v8.5.13) (2022-09-28) ### Bug Fixes * **type:** add "isSortable" to SmartFieldOptions interface ([#1012](https://github.com/ForestAdmin/forest-express-sequelize/issues/1012)) ([6a50a53](https://github.com/ForestAdmin/forest-express-sequelize/commit/6a50a53b7a2e95d0314a8c90c77a76fe6eca4f29)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a266f6..49aca2fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.5.13](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.5.12...v8.5.13) (2022-09-28) + + +### Bug Fixes + +* **type:** add "isSortable" to SmartFieldOptions interface ([#1012](https://github.com/ForestAdmin/forest-express-sequelize/issues/1012)) ([6a50a53](https://github.com/ForestAdmin/forest-express-sequelize/commit/6a50a53b7a2e95d0314a8c90c77a76fe6eca4f29)) + ## [8.5.12](https://github.com/ForestAdmin/forest-express-sequelize/compare/v8.5.11...v8.5.12) (2022-09-01) diff --git a/package.json b/package.json index 88216ffe..a0155e94 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forest-express-sequelize", "description": "Official Express/Sequelize Liana for Forest", - "version": "8.5.12", + "version": "8.5.13", "author": "Sandro Munda ", "contributors": [ "Arnaud Besnier ",