Skip to content

Commit f63ad58

Browse files
committed
chore(release): example@1.8.11 [skip ci]
## [1.8.11](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.8.10...example@1.8.11) (2024-04-15) ### Bug Fixes * **security:** patch tar dependency vulnerabilities ([#1106](#1106)) ([0422c1f](0422c1f)) * wait the server to be closed when calling agent.close ([#1107](#1107)) ([cc44b7e](cc44b7e))
1 parent 5b97cae commit f63ad58

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.8.11](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.8.10...example@1.8.11) (2024-04-15)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/agent:** upgraded to 1.39.2
10+
111
## example [1.8.10](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.8.9...example@1.8.10) (2024-04-12)
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.8.10",
3+
"version": "1.8.11",
44
"license": "GPL-V3",
55
"private": true,
66
"dependencies": {
77
"@faker-js/faker": "^7.6.0",
8-
"@forestadmin/agent": "1.39.1",
8+
"@forestadmin/agent": "1.39.2",
99
"@forestadmin/datasource-dummy": "1.1.13",
1010
"@forestadmin/datasource-mongo": "1.3.0",
1111
"@forestadmin/datasource-mongoose": "1.7.2",

0 commit comments

Comments
 (0)