Skip to content

Commit 0c5629e

Browse files
committed
chore(release): @forestadmin/datasource-mongoose@1.7.3 [skip ci]
## [1.7.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongoose@1.7.2...@forestadmin/datasource-mongoose@1.7.3) (2024-04-16) ### Bug Fixes * **mongoose:** error when flattening collections with a dot in their name ([#1109](#1109)) ([6b803ba](6b803ba)) * **security:** patch mysql2 dependency vulnerabilities ([#1108](#1108)) ([c31854b](c31854b)) * **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 ce80d34 commit 0c5629e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/datasource-mongoose/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @forestadmin/datasource-mongoose [1.7.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongoose@1.7.2...@forestadmin/datasource-mongoose@1.7.3) (2024-04-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **mongoose:** error when flattening collections with a dot in their name ([#1109](https://github.com/ForestAdmin/agent-nodejs/issues/1109)) ([6b803ba](https://github.com/ForestAdmin/agent-nodejs/commit/6b803ba50253712b41505e474b7bd7fc8c5ba840))
7+
18
## @forestadmin/datasource-mongoose [1.7.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongoose@1.7.1...@forestadmin/datasource-mongoose@1.7.2) (2024-04-12)
29

310

packages/datasource-mongoose/package.json

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

0 commit comments

Comments
 (0)