Skip to content

Commit 9523888

Browse files
committed
chore(release): @forestadmin/plugin-export-advanced@1.0.84 [skip ci]
## [1.0.84](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.0.83...@forestadmin/plugin-export-advanced@1.0.84) (2024-04-12) ### Bug Fixes * spacing in error message ([#1102](#1102)) ([d094821](d094821)) ### Features * **datasource-mongo:** add support for ssh tunnelling ([#1103](#1103)) ([d518e65](d518e65)) * improve forbidden error handling ([#1104](#1104)) ([6e5cf71](6e5cf71))
1 parent ea4332d commit 9523888

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

packages/plugin-export-advanced/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## @forestadmin/plugin-export-advanced [1.0.84](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.0.83...@forestadmin/plugin-export-advanced@1.0.84) (2024-04-12)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/datasource-customizer:** upgraded to 1.44.3
10+
* **@forestadmin/datasource-toolkit:** upgraded to 1.33.0
11+
112
## @forestadmin/plugin-export-advanced [1.0.83](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.0.82...@forestadmin/plugin-export-advanced@1.0.83) (2024-04-10)
213

314

packages/plugin-export-advanced/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/plugin-export-advanced",
3-
"version": "1.0.83",
3+
"version": "1.0.84",
44
"main": "dist/index.js",
55
"license": "GPL-3.0",
66
"publishConfig": {
@@ -15,8 +15,8 @@
1515
"excel4node": "^1.8.0"
1616
},
1717
"devDependencies": {
18-
"@forestadmin/datasource-customizer": "1.44.2",
19-
"@forestadmin/datasource-toolkit": "1.32.3"
18+
"@forestadmin/datasource-customizer": "1.44.3",
19+
"@forestadmin/datasource-toolkit": "1.33.0"
2020
},
2121
"files": [
2222
"dist/**/*.js",

0 commit comments

Comments
 (0)