Skip to content

Commit

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

### Bug Fixes

* **schema:** force schema metadata update even in production ([#947](#947)) ([3ce68e0](3ce68e0))

### Features

* **action result builder:** allow user to set SA response headers ([#945](#945)) ([ce37c01](ce37c01))
  • Loading branch information
forest-bot committed Feb 2, 2024
1 parent 71575e9 commit 2891479
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/datasource-sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/datasource-sequelize [1.6.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.6.1...@forestadmin/datasource-sequelize@1.6.2) (2024-02-02)





### Dependencies

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

## @forestadmin/datasource-sequelize [1.6.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.6.0...@forestadmin/datasource-sequelize@1.6.1) (2024-02-01)


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.6.1",
"version": "1.6.2",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"directory": "packages/datasource-sequelize"
},
"dependencies": {
"@forestadmin/datasource-toolkit": "1.30.1"
"@forestadmin/datasource-toolkit": "1.31.0"
},
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit 2891479

Please sign in to comment.