n8n-nodes-chatflow 1.2.4 → 1.2.5

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
  dark: 'file:white.svg'
169
169
  },
170
170
  group: ['trigger'],
171
- version: 1.1,
171
+ version: 1,
172
172
  subtitle: 'On any action',
173
173
  description: 'Triggers workflow on any action via Chatflow',
174
174
  defaults: { name: 'Chatflow Trigger' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-chatflow",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "n8n community nodes for Chatflow — send WhatsApp & Telegram messages and receive triggers",
5
5
  "author": "Chatflow",
6
6
  "license": "MIT",