Skip to content

Commit 94cb821

Browse files
authored
chore: new version release (#13)
1 parent 341ae73 commit 94cb821

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ Helpful link for beginners: [Try it out](https://docs.n8n.io/try-it-out/)
9797
* [Hostinger VPS Overview](https://www.hostinger.com/vps-hosting)
9898

9999
## Version history
100+
- **v1.0.6**:
101+
- Updated dependencies
100102

101103
- **v1.0.5**:
102104
- Added Email Marketing (Reach) endpoints

nodes/hostingerApi/HostingerApi.node.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
INodeExecutionData,
77
INodeType,
88
INodeTypeDescription,
9-
NodeConnectionType,
9+
NodeConnectionTypes,
1010
} from 'n8n-workflow';
1111

1212

@@ -22,8 +22,8 @@ export class HostingerApi implements INodeType {
2222
defaults: {
2323
name: 'Hostinger API',
2424
},
25-
inputs: [NodeConnectionType.Main],
26-
outputs: [NodeConnectionType.Main],
25+
inputs: [NodeConnectionTypes.Main],
26+
outputs: [NodeConnectionTypes.Main],
2727
credentials: [
2828
{
2929
name: 'hostingerApi',

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-hostinger-api",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Hostinger API n8n Node",
55
"keywords": [
66
"n8n-community-node-package"

0 commit comments

Comments
 (0)