Skip to content

Commit

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

### Bug Fixes

* fix excel export type ([#1195](#1195)) ([ac7f7d9](ac7f7d9))
* **logger:** logger should display the right status code in case of error ([#1194](#1194)) ([d328764](d328764))
* **security:** patch cookie dependency vulnerabilities ([#1193](#1193)) ([1fd3669](1fd3669))

### Features

* add caller ip in action context.caller.request.ip ([#1196](#1196)) ([25aa5b8](25aa5b8))
  • Loading branch information
forest-bot committed Oct 18, 2024
1 parent d29d743 commit d62b4e0
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.10.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.10.4...@forestadmin/datasource-sequelize@1.10.5) (2024-10-18)





### Dependencies

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

## @forestadmin/datasource-sequelize [1.10.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.10.3...@forestadmin/datasource-sequelize@1.10.4) (2024-10-10)


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

0 comments on commit d62b4e0

Please sign in to comment.