Skip to content

Commit

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

### Bug Fixes

* **export-advanced:** compute filename on runtime ([#1229](#1229)) ([44082e8](44082e8))
* **security:** patch mongoose dependency vulnerabilities ([#1224](#1224)) ([d6197a9](d6197a9))
* **security:** patch path-to-regexp dependency vulnerabilities ([#1227](#1227)) ([839a4f3](839a4f3))

### Features

* **native-query:** execute chart query requests ([#1225](#1225)) ([84b26dd](84b26dd))
  • Loading branch information
forest-bot committed Dec 18, 2024
1 parent d7b885f commit cfed489
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.11.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.11.1...@forestadmin/datasource-sequelize@1.11.2) (2024-12-18)





### Dependencies

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

## @forestadmin/datasource-sequelize [1.11.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.11.0...@forestadmin/datasource-sequelize@1.11.1) (2024-12-03)


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.11.1",
"version": "1.11.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.44.0"
"@forestadmin/datasource-toolkit": "1.45.0"
},
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit cfed489

Please sign in to comment.