chore: release 0.1.3

This commit is contained in:
kolaente 2024-05-16 09:21:06 +02:00
parent 6d1159673a
commit bd9e53757c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import { teamProperties } from './properties/Team';
export class Vikunja implements INodeType {
description: INodeTypeDescription = {
displayName: 'Vikunja',
name: 'Vikunja',
name: 'vikunja',
icon: 'file:vikunja.svg',
group: ['transform'],
version: 1,

View File

@ -172,6 +172,7 @@ export const webhookProperties: INodeProperties[] = [
displayName: 'Secret',
name: 'secret',
type: 'string',
typeOptions: { password: true },
default: '',
description: 'If provided, webhook requests will be signed using HMAC. Check out the docs about how to use this: https://vikunja.io/docs/webhooks/#signing.',
displayOptions: {

View File

@ -1,6 +1,6 @@
{
"name": "n8n-nodes-vikunja",
"version": "0.1.2",
"version": "0.1.3",
"description": "This is an n8n community node which lets you use Vikunja in your n8n workflows.",
"keywords": [
"n8n-community-node-package"