n8n-nodes-chatflow 1.2.1 → 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.
@@ -159,7 +159,7 @@ class ChatflowTrigger {
159
159
  }
160
160
 
161
161
  ChatflowTrigger.description = {
162
- displayName: 'On any action',
162
+ displayName: 'Chatflow Trigger',
163
163
  name: 'chatflowTrigger',
164
164
  icon: {
165
165
  light: 'file:black.svg',
@@ -167,7 +167,7 @@ ChatflowTrigger.description = {
167
167
  },
168
168
  group: ['trigger'],
169
169
  version: 1.1,
170
- subtitle: 'Chatflow Trigger',
170
+ subtitle: 'On any action',
171
171
  description: 'Triggers workflow on any action via Chatflow',
172
172
  defaults: { name: 'Chatflow Trigger' },
173
173
  inputs: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-chatflow",
3
- "version": "1.2.1",
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",