Skip to content

Commit c571c66

Browse files
committed
chore(release): @forestadmin/forestadmin-client@1.36.13 [skip ci]
## [1.36.13](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.36.12...@forestadmin/forestadmin-client@1.36.13) (2025-05-12) ### Bug Fixes * **agent:** backup and restore stack properly when reload ([#1289](#1289)) ([7120857](7120857)) * **lazy join:** avoid crash when there is no filter to refine ([#1288](#1288)) ([52e0855](52e0855)) * prevent unauthorized live queries ([#1291](#1291)) ([fa1a56e](fa1a56e)) * **security:** patch mongoose dependency vulnerabilities ([#1255](#1255)) ([a43af07](a43af07)) * **vulnerability:** bump superagent -> formidable ([#1294](#1294)) ([0a9ef9b](0a9ef9b)) ### Features * **has-many:** allow user to retrieve data when primary key contains special characters ([#1287](#1287)) ([426e322](426e322)) * show a warning in case a mongoose relationship is omitted ([#1290](#1290)) ([93ed397](93ed397))
1 parent 75766bb commit c571c66

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/forestadmin-client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @forestadmin/forestadmin-client [1.36.13](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.36.12...@forestadmin/forestadmin-client@1.36.13) (2025-05-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **vulnerability:** bump superagent -> formidable ([#1294](https://github.com/ForestAdmin/agent-nodejs/issues/1294)) ([0a9ef9b](https://github.com/ForestAdmin/agent-nodejs/commit/0a9ef9b956a005019de51f3c31d882bfe58d8d1e))
7+
18
## @forestadmin/forestadmin-client [1.36.12](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.36.11...@forestadmin/forestadmin-client@1.36.12) (2025-04-15)
29

310

packages/forestadmin-client/package.json

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

0 commit comments

Comments
 (0)