Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-sequelize@1.9.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.7](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.9.6...@forestadmin/datasource-sequelize@1.9.7) (2024-09-19)

### Bug Fixes

* **sequelize:** model validation should handle correctly is validator ([#1177](#1177)) ([e6b4f13](e6b4f13))
  • Loading branch information
forest-bot committed Sep 19, 2024
1 parent 4ec7e98 commit f88d289
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/datasource-sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @forestadmin/datasource-sequelize [1.9.7](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.9.6...@forestadmin/datasource-sequelize@1.9.7) (2024-09-19)


### Bug Fixes

* **sequelize:** model validation should handle correctly is validator ([#1177](https://github.com/ForestAdmin/agent-nodejs/issues/1177)) ([e6b4f13](https://github.com/ForestAdmin/agent-nodejs/commit/e6b4f13f69545fe15f89d5f4e2608d8f1082fa6f))

## @forestadmin/datasource-sequelize [1.9.6](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.9.5...@forestadmin/datasource-sequelize@1.9.6) (2024-09-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/datasource-sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-sequelize",
"version": "1.9.6",
"version": "1.9.7",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit f88d289

Please sign in to comment.