Skip to content

Commit

Permalink
chore(release): @forestadmin/forestadmin-client@1.25.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.25.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.25.0...@forestadmin/forestadmin-client@1.25.1) (2023-11-22)

### Bug Fixes

* do not generate typing aliases with dashes ([#883](#883)) ([f971b68](f971b68))
* **schema:** throw an error when enum values are corrupted in the schema ([#877](#877)) ([d4488c9](d4488c9))
* **security:** patch axios dependency vulnerabilities ([#884](#884)) ([a693ace](a693ace))
* 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))
* user receives 403 on newly created segment query ([#889](#889)) ([b2eb86a](b2eb86a))
  • Loading branch information
forest-bot committed Nov 22, 2023
1 parent e03e9a4 commit 95ff549
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/forestadmin-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @forestadmin/forestadmin-client [1.25.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.25.0...@forestadmin/forestadmin-client@1.25.1) (2023-11-22)


### Bug Fixes

* user receives 403 on newly created segment query ([#889](https://github.com/ForestAdmin/agent-nodejs/issues/889)) ([b2eb86a](https://github.com/ForestAdmin/agent-nodejs/commit/b2eb86ad2c52fb32b05ee4702fc19229d2d5f153))

# @forestadmin/forestadmin-client [1.25.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.24.6...@forestadmin/forestadmin-client@1.25.0) (2023-11-03)


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

0 comments on commit 95ff549

Please sign in to comment.