Skip to content

Commit

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

### Bug Fixes

* don't cache rejected promises ([#1238](#1238)) ([161459d](161459d))
  • Loading branch information
forest-bot committed Dec 31, 2024
1 parent bd7b721 commit f210c85
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.56.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.56.1...@forestadmin/agent@1.56.2) (2024-12-31)





### Dependencies

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

## @forestadmin/agent [1.56.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.56.0...@forestadmin/agent@1.56.1) (2024-12-18)


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.56.1",
"version": "1.56.2",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"@fastify/express": "^1.1.0",
"@forestadmin/datasource-customizer": "1.57.1",
"@forestadmin/datasource-toolkit": "1.45.1",
"@forestadmin/forestadmin-client": "1.36.1",
"@forestadmin/forestadmin-client": "1.36.2",
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.0",
"@types/koa__router": "^12.0.0",
Expand Down

0 comments on commit f210c85

Please sign in to comment.