Skip to content

Commit

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

### Bug Fixes

* **client:** handle more errors on Server Sent Event issues to better reflect what is going on ([#759](#759)) ([48d4972](48d4972))
  • Loading branch information
forest-bot committed Jul 7, 2023
1 parent d8b0200 commit 045a6c5
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.13.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.13.3...@forestadmin/agent@1.13.4) (2023-07-07)





### Dependencies

* **@forestadmin/forestadmin-client:** upgraded to 1.5.3

## @forestadmin/agent [1.13.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.13.2...@forestadmin/agent@1.13.3) (2023-07-05)


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.13.3",
"version": "1.13.4",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"@fastify/express": "^1.1.0",
"@forestadmin/datasource-customizer": "1.10.1",
"@forestadmin/datasource-toolkit": "1.5.1",
"@forestadmin/forestadmin-client": "1.5.2",
"@forestadmin/forestadmin-client": "1.5.3",
"@koa/cors": "^4.0.0",
"@koa/router": "^12.0.0",
"forest-ip-utils": "^1.0.1",
Expand Down

0 comments on commit 045a6c5

Please sign in to comment.