Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-mongoose@1.6.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.7](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongoose@1.6.6...@forestadmin/datasource-mongoose@1.6.7) (2024-03-25)

### Bug Fixes

* **datasource-mongo:** auto introspection does not work ([#1078](#1078)) ([d32456b](d32456b))
* mangodb datasource does not generate introspection ([#1077](#1077)) ([5a06419](5a06419))
* **mongo-datasource:** should return record with empty flattened record ([#1080](#1080)) ([420fbfc](420fbfc))
  • Loading branch information
forest-bot committed Mar 25, 2024
1 parent cacf173 commit 294336d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/datasource-mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @forestadmin/datasource-mongoose [1.6.7](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongoose@1.6.6...@forestadmin/datasource-mongoose@1.6.7) (2024-03-25)


### Bug Fixes

* **mongo-datasource:** should return record with empty flattened record ([#1080](https://github.com/ForestAdmin/agent-nodejs/issues/1080)) ([420fbfc](https://github.com/ForestAdmin/agent-nodejs/commit/420fbfc245665c96bf5798211749a69f93ba777a))

## @forestadmin/datasource-mongoose [1.6.6](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongoose@1.6.5...@forestadmin/datasource-mongoose@1.6.6) (2024-03-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/datasource-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-mongoose",
"version": "1.6.6",
"version": "1.6.7",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit 294336d

Please sign in to comment.