Skip to content

Commit

Permalink
chore(release): @forestadmin/agent@1.20.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.20.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.20.0...@forestadmin/agent@1.20.1) (2023-08-31)

### Bug Fixes

* detect and log broken relationship ([#760](#760)) ([996899b](996899b))

### Features

* add support for dynamic options ([#799](#799)) ([264f8d0](264f8d0))
  • Loading branch information
forest-bot committed Aug 31, 2023
1 parent f7f9212 commit 8d984aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/agent [1.20.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.20.0...@forestadmin/agent@1.20.1) (2023-08-31)





### Dependencies

* **@forestadmin/datasource-customizer:** upgraded to 1.20.0

# @forestadmin/agent [1.20.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.19.1...@forestadmin/agent@1.20.0) (2023-08-31)


Expand Down
4 changes: 2 additions & 2 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/agent",
"version": "1.20.0",
"version": "1.20.1",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@fast-csv/format": "^4.3.5",
"@fastify/express": "^1.1.0",
"@forestadmin/datasource-customizer": "1.19.0",
"@forestadmin/datasource-customizer": "1.20.0",
"@forestadmin/datasource-toolkit": "1.13.0",
"@forestadmin/forestadmin-client": "1.9.0",
"@koa/cors": "^4.0.0",
Expand Down

0 comments on commit 8d984aa

Please sign in to comment.