Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-sequelize@1.11.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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)

### Bug Fixes

* introduce agentCapabilities sub object ([#1222](#1222)) ([bce04f9](bce04f9))
* **sequelize-ds:** allow user to create a record when there is a virtual field by removing it from the returned record ([#1223](#1223)) ([a7cb4da](a7cb4da))

### Features

* **capabilities:** add capabilities on get one projection ([#1221](#1221)) ([0909eaf](0909eaf))
  • Loading branch information
forest-bot committed Dec 3, 2024
1 parent 2fcbdc2 commit c430105
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.11.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.11.0...@forestadmin/datasource-sequelize@1.11.1) (2024-12-03)


### Bug Fixes

* **sequelize-ds:** allow user to create a record when there is a virtual field by removing it from the returned record ([#1223](https://github.com/ForestAdmin/agent-nodejs/issues/1223)) ([a7cb4da](https://github.com/ForestAdmin/agent-nodejs/commit/a7cb4da7f7d75864e407c3dc66f15a277416bda5))

# @forestadmin/datasource-sequelize [1.11.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.10.5...@forestadmin/datasource-sequelize@1.11.0) (2024-11-27)


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.11.0",
"version": "1.11.1",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit c430105

Please sign in to comment.