diff --git a/packages/core/utils/src/dml/entity-builder.ts b/packages/core/utils/src/dml/entity-builder.ts index 95d7e5e658..6b449dab9e 100644 --- a/packages/core/utils/src/dml/entity-builder.ts +++ b/packages/core/utils/src/dml/entity-builder.ts @@ -253,6 +253,12 @@ export class EntityBuilder { /** * This method defines a float property that allows for * values with decimal places + * + * :::note + * + * This property is only available after Medusa v2.1.2. + * + * ::: * * @example * import { model } from "@medusajs/framework/utils"