Skip to content

Commit eb2b9ff

Browse files
committed
chore(release): @forestadmin/datasource-sequelize@1.6.4 [skip ci]
## [1.6.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.6.3...@forestadmin/datasource-sequelize@1.6.4) (2024-02-07) ### Bug Fixes * searching into text[] columns in postgresql leads to error due to invalid introspection ([#983](#983)) ([f9ee1a6](f9ee1a6)) * **types:** allow to use relationships in generateSearchFilter ([#985](#985)) ([3219b6c](3219b6c))
1 parent c5bb58d commit eb2b9ff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/datasource-sequelize/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @forestadmin/datasource-sequelize [1.6.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.6.3...@forestadmin/datasource-sequelize@1.6.4) (2024-02-07)
2+
3+
4+
### Bug Fixes
5+
6+
* searching into text[] columns in postgresql leads to error due to invalid introspection ([#983](https://github.com/ForestAdmin/agent-nodejs/issues/983)) ([f9ee1a6](https://github.com/ForestAdmin/agent-nodejs/commit/f9ee1a60998157071010e45a3e30fcbed34aa43a))
7+
18
## @forestadmin/datasource-sequelize [1.6.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.6.2...@forestadmin/datasource-sequelize@1.6.3) (2024-02-06)
29

310

packages/datasource-sequelize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/datasource-sequelize",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"main": "dist/index.js",
55
"license": "GPL-3.0",
66
"publishConfig": {

0 commit comments

Comments
 (0)