n8n-nodes-chatflow 1.2.0 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -168,7 +168,7 @@ ChatflowTrigger.description = {
168
168
  group: ['trigger'],
169
169
  version: 1.1,
170
170
  subtitle: 'On any action',
171
- description: 'Triggers workflow on incoming messages via Chatflow',
171
+ description: 'Triggers workflow on any action via Chatflow',
172
172
  defaults: { name: 'Chatflow Trigger' },
173
173
  inputs: [],
174
174
  outputs: [{ type: 'main' }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-chatflow",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "n8n community nodes for Chatflow — send WhatsApp & Telegram messages and receive triggers",
5
5
  "author": "Chatflow",
6
6
  "license": "MIT",