Skip to content

Commit

Permalink
chore(release): @forestadmin/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-10-04)

### Features

* **schema:** send a clear message when user wants to access to an unknown field ([#1186](#1186)) ([016aedd](016aedd))
  • Loading branch information
forest-bot committed Oct 4, 2024
1 parent 9d21647 commit 85c35b8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/datasource-mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/datasource-mongoose [1.8.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-10-04)





### Dependencies

* **@forestadmin/datasource-toolkit:** upgraded to 1.41.0

## @forestadmin/datasource-mongoose [1.8.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-10-04)


Expand Down
4 changes: 2 additions & 2 deletions 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.8.1",
"version": "1.8.2",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"dist/**/*.d.ts"
],
"dependencies": {
"@forestadmin/datasource-toolkit": "1.40.0",
"@forestadmin/datasource-toolkit": "1.41.0",
"luxon": "^3.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit 85c35b8

Please sign in to comment.