Skip to content

Commit

Permalink
chore(release): @forestadmin/plugin-aws-s3@1.4.15 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.15](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-aws-s3@1.4.14...@forestadmin/plugin-aws-s3@1.4.15) (2025-01-23)

### Bug Fixes

* **datasource mongo:** remove useless version manager ([#1244](#1244)) ([fbb6698](fbb6698))

### Features

* add lazy join decorator ([#1240](#1240)) ([1b6b248](1b6b248))
* support for mongoose v8 ([#1241](#1241)) ([ae0164d](ae0164d))
  • Loading branch information
forest-bot committed Jan 23, 2025
1 parent 58b3533 commit 3ca5fad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/plugin-aws-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/plugin-aws-s3 [1.4.15](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-aws-s3@1.4.14...@forestadmin/plugin-aws-s3@1.4.15) (2025-01-23)





### Dependencies

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

## @forestadmin/plugin-aws-s3 [1.4.14](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-aws-s3@1.4.13...@forestadmin/plugin-aws-s3@1.4.14) (2025-01-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-aws-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/plugin-aws-s3",
"version": "1.4.14",
"version": "1.4.15",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -17,7 +17,7 @@
"@forestadmin/datasource-toolkit": "1.47.0"
},
"devDependencies": {
"@forestadmin/datasource-customizer": "1.60.0",
"@forestadmin/datasource-customizer": "1.61.0",
"@forestadmin/datasource-toolkit": "1.47.0"
},
"files": [
Expand Down

0 comments on commit 3ca5fad

Please sign in to comment.