Skip to content

Commit

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

### Bug Fixes

* **mongoose:** export mongoose options type ([#900](#900)) ([f822279](f822279))
* quote typing keys in the generated typing file ([#899](#899)) ([d522d03](d522d03))
* **restart:** the agent should only restart when at least one customisation is installed ([#898](#898)) ([8a09a3b](8a09a3b))
* **security:** upgrade koa/cors to version 5 ([#897](#897)) ([69e0221](69e0221))
  • Loading branch information
forest-bot committed Dec 15, 2023
1 parent 53ac134 commit db6aeac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/plugin-export-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/plugin-export-advanced [1.0.64](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2023-12-15)





### Dependencies

* **@forestadmin/datasource-customizer:** upgraded to 1.39.2

## @forestadmin/plugin-export-advanced [1.0.63](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2023-12-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-export-advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/plugin-export-advanced",
"version": "1.0.63",
"version": "1.0.64",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -15,7 +15,7 @@
"excel4node": "^1.8.0"
},
"devDependencies": {
"@forestadmin/datasource-customizer": "1.39.1",
"@forestadmin/datasource-customizer": "1.39.2",
"@forestadmin/datasource-toolkit": "1.29.1"
},
"files": [
Expand Down

0 comments on commit db6aeac

Please sign in to comment.