n8n-nodes-chatflow 1.2.0 → 1.2.1

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.
@@ -159,7 +159,7 @@ class ChatflowTrigger {
159
159
  }
160
160
 
161
161
  ChatflowTrigger.description = {
162
- displayName: 'Chatflow Trigger',
162
+ displayName: 'On any action',
163
163
  name: 'chatflowTrigger',
164
164
  icon: {
165
165
  light: 'file:black.svg',
@@ -167,8 +167,8 @@ ChatflowTrigger.description = {
167
167
  },
168
168
  group: ['trigger'],
169
169
  version: 1.1,
170
- subtitle: 'On any action',
171
- description: 'Triggers workflow on incoming messages via Chatflow',
170
+ subtitle: 'Chatflow Trigger',
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.1",
4
4
  "description": "n8n community nodes for Chatflow — send WhatsApp & Telegram messages and receive triggers",
5
5
  "author": "Chatflow",
6
6
  "license": "MIT",