Skip to content

Commit

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

### Bug Fixes

* **datasource-sql:** don't return function names when default values are not constants ([#872](#872)) ([db5dba9](db5dba9))
* **typing:** avoid ordering issues that causes issue with typing ([#890](#890)) ([1c9628c](1c9628c))
* user receives 403 on newly created segment query ([#889](#889)) ([b2eb86a](b2eb86a))
  • Loading branch information
forest-bot committed Nov 24, 2023
1 parent 7db0f12 commit 68e5502
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.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.37.4...@forestadmin/datasource-customizer@1.37.5) (2023-11-24)


### Bug Fixes

* **typing:** avoid ordering issues that causes issue with typing ([#890](https://github.com/ForestAdmin/agent-nodejs/issues/890)) ([1c9628c](https://github.com/ForestAdmin/agent-nodejs/commit/1c9628cd183a827b3e1c60143163c1b5f7e337b7))

## @forestadmin/datasource-customizer [1.37.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.37.3...@forestadmin/datasource-customizer@1.37.4) (2023-11-16)


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

0 comments on commit 68e5502

Please sign in to comment.