diff --git a/components/frontapp/actions/send-new-message/send-new-message.mjs b/components/frontapp/actions/send-new-message/send-new-message.mjs index ac922f15a0192..257b2e8949631 100644 --- a/components/frontapp/actions/send-new-message/send-new-message.mjs +++ b/components/frontapp/actions/send-new-message/send-new-message.mjs @@ -5,7 +5,7 @@ export default { key: "frontapp-send-new-message", name: "Send New Message", description: "Sends a new message from a channel. It will create a new conversation. [See the docs here](https://dev.frontapp.com/reference/post_channels-channel-id-messages).", - version: "0.2.4", + version: "0.2.5", type: "action", props: { frontApp, @@ -38,7 +38,7 @@ export default { body: { type: "string", label: "Body", - description: "Body of the message", + description: "Body of the message. Accepts HTML", }, text: { type: "string", diff --git a/components/frontapp/package.json b/components/frontapp/package.json index 94a0fe556ff83..8c608f79bf12d 100644 --- a/components/frontapp/package.json +++ b/components/frontapp/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/frontapp", - "version": "0.5.0", + "version": "0.5.1", "description": "Pipedream Frontapp Components", "main": "frontapp.app.mjs", "keywords": [