Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-customizer@1.37.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.37.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.37.2...@forestadmin/datasource-customizer@1.37.3) (2023-11-14)

### Bug Fixes

* send details to frontend on unexpected sequelize errors ([#868](#868)) ([f6cb9a5](f6cb9a5))
* skip mssql tables with dots in their names instead of crashing the agent ([#870](#870)) ([97aea61](97aea61))
* **smart-field:** log error on missing parameter dependencies and avoid crash ([#873](#873)) ([e7f80e2](e7f80e2))

### Features

* **forestadmin-client:** add schema hash to startup logs ([#867](#867)) ([d13a671](d13a671))
  • Loading branch information
forest-bot committed Nov 14, 2023
1 parent e168001 commit 27d83df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/datasource-customizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @forestadmin/datasource-customizer [1.37.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.37.2...@forestadmin/datasource-customizer@1.37.3) (2023-11-14)


### Bug Fixes

* **smart-field:** log error on missing parameter dependencies and avoid crash ([#873](https://github.com/ForestAdmin/agent-nodejs/issues/873)) ([e7f80e2](https://github.com/ForestAdmin/agent-nodejs/commit/e7f80e280ed10739b379df1ba8e8892e7061e04a))

## @forestadmin/datasource-customizer [1.37.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.37.1...@forestadmin/datasource-customizer@1.37.2) (2023-11-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/datasource-customizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-customizer",
"version": "1.37.2",
"version": "1.37.3",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit 27d83df

Please sign in to comment.