Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-sequelize@1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.2.15...@forestadmin/datasource-sequelize@1.3.0) (2023-04-26)

### Features

* **datasource-customizer:** add support for binary fields ([#673](#673)) ([419727c](419727c))
  • Loading branch information
forest-bot committed Apr 26, 2023
1 parent f4022d2 commit 2c00206
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/datasource-sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# @forestadmin/datasource-sequelize [1.3.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.2.15...@forestadmin/datasource-sequelize@1.3.0) (2023-04-26)


### Features

* **datasource-customizer:** add support for binary fields ([#673](https://github.com/ForestAdmin/agent-nodejs/issues/673)) ([419727c](https://github.com/ForestAdmin/agent-nodejs/commit/419727cce812af10fa5917f1b94a2064d06883f7))





### Dependencies

* **@forestadmin/datasource-toolkit:** upgraded to 1.5.0

## @forestadmin/datasource-sequelize [1.2.15](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.2.14...@forestadmin/datasource-sequelize@1.2.15) (2023-04-19)


Expand Down
4 changes: 2 additions & 2 deletions 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.2.15",
"version": "1.3.0",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"directory": "packages/datasource-sequelize"
},
"dependencies": {
"@forestadmin/datasource-toolkit": "1.4.3"
"@forestadmin/datasource-toolkit": "1.5.0"
},
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit 2c00206

Please sign in to comment.