diff --git a/packages/datasource-customizer/CHANGELOG.md b/packages/datasource-customizer/CHANGELOG.md index 50924cd5c..0e5114fdd 100644 --- a/packages/datasource-customizer/CHANGELOG.md +++ b/packages/datasource-customizer/CHANGELOG.md @@ -1,3 +1,10 @@ +# @forestadmin/datasource-customizer [1.61.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.60.0...@forestadmin/datasource-customizer@1.61.0) (2025-01-23) + + +### Features + +* add lazy join decorator ([#1240](https://github.com/ForestAdmin/agent-nodejs/issues/1240)) ([1b6b248](https://github.com/ForestAdmin/agent-nodejs/commit/1b6b248321944b67a71e1ce4f42ee0d3932ebd69)) + # @forestadmin/datasource-customizer [1.60.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.59.0...@forestadmin/datasource-customizer@1.60.0) (2025-01-22) diff --git a/packages/datasource-customizer/package.json b/packages/datasource-customizer/package.json index faf0eabc6..506274dd6 100644 --- a/packages/datasource-customizer/package.json +++ b/packages/datasource-customizer/package.json @@ -1,6 +1,6 @@ { "name": "@forestadmin/datasource-customizer", - "version": "1.60.0", + "version": "1.61.0", "main": "dist/index.js", "license": "GPL-3.0", "publishConfig": {