Skip to content

Commit

Permalink
chore(release): [email protected] [skip ci]
Browse files Browse the repository at this point in the history
## [1.13.6](https://github.com/ForestAdmin/agent-nodejs/compare/[email protected]@1.13.6) (2025-01-29)

### Features

* **mongoose:** allow to enable debug mode ([#1251](#1251)) ([db36f93](db36f93))
  • Loading branch information
forest-bot committed Jan 29, 2025
1 parent a8e3071 commit 76daf2d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/_example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## example [1.13.6](https://github.com/ForestAdmin/agent-nodejs/compare/[email protected]@1.13.6) (2025-01-29)





### Dependencies

* **@forestadmin/datasource-mongo:** upgraded to 1.4.3
* **@forestadmin/datasource-mongoose:** upgraded to 1.10.0

## example [1.13.5](https://github.com/ForestAdmin/agent-nodejs/compare/[email protected]@1.13.5) (2025-01-28)


Expand Down
6 changes: 3 additions & 3 deletions packages/_example/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "example",
"version": "1.13.5",
"version": "1.13.6",
"license": "GPL-V3",
"private": true,
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@forestadmin/agent": "1.58.4",
"@forestadmin/datasource-dummy": "1.1.49",
"@forestadmin/datasource-mongo": "1.4.2",
"@forestadmin/datasource-mongoose": "1.9.1",
"@forestadmin/datasource-mongo": "1.4.3",
"@forestadmin/datasource-mongoose": "1.10.0",
"@forestadmin/datasource-sequelize": "1.11.6",
"@forestadmin/datasource-sql": "1.16.6",
"@forestadmin/datasource-toolkit": "1.47.1",
Expand Down

0 comments on commit 76daf2d

Please sign in to comment.