Skip to content

Commit 069dda8

Browse files
committed
chore(release): example@1.13.31 [skip ci]
## [1.13.31](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.13.30...example@1.13.31) (2025-05-22) ### Bug Fixes * **agent:** avoid crash when user use body-parser before agent router ([#1306](#1306)) ([370d1bd](370d1bd))
1 parent 0135c75 commit 069dda8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/_example/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## example [1.13.31](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.13.30...example@1.13.31) (2025-05-22)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/agent:** upgraded to 1.64.1
10+
111
## example [1.13.30](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.13.29...example@1.13.30) (2025-05-21)
212

313

packages/_example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "example",
3-
"version": "1.13.30",
3+
"version": "1.13.31",
44
"license": "GPL-V3",
55
"private": true,
66
"dependencies": {
77
"@faker-js/faker": "^7.6.0",
8-
"@forestadmin/agent": "1.64.0",
8+
"@forestadmin/agent": "1.64.1",
99
"@forestadmin/datasource-dummy": "1.1.57",
1010
"@forestadmin/datasource-mongo": "1.5.3",
1111
"@forestadmin/datasource-mongoose": "1.12.3",

0 commit comments

Comments
 (0)