Skip to content

Commit f61ca41

Browse files
committed
chore(release): @forestadmin/agent@1.64.1 [skip ci]
## [1.64.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.64.0...@forestadmin/agent@1.64.1) (2025-05-22) ### Bug Fixes * **agent:** avoid crash when user use body-parser before agent router ([#1306](#1306)) ([370d1bd](370d1bd)) * prevent stack overflow error during mongoose introspection ([#1304](#1304)) ([00264ac](00264ac)) ### Features * **plugin-aws-s3:** add force path style parameter to s3 client ([#1305](#1305)) ([804a7f5](804a7f5))
1 parent 069dda8 commit f61ca41

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/agent/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @forestadmin/agent [1.64.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.64.0...@forestadmin/agent@1.64.1) (2025-05-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **agent:** avoid crash when user use body-parser before agent router ([#1306](https://github.com/ForestAdmin/agent-nodejs/issues/1306)) ([370d1bd](https://github.com/ForestAdmin/agent-nodejs/commit/370d1bd2b0d341044b4c6ea03638bd14a03fe438))
7+
18
# @forestadmin/agent [1.64.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.63.6...@forestadmin/agent@1.64.0) (2025-05-15)
29

310

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/agent",
3-
"version": "1.64.0",
3+
"version": "1.64.1",
44
"main": "dist/index.js",
55
"license": "GPL-3.0",
66
"publishConfig": {

0 commit comments

Comments
 (0)