We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77c418 commit 59ae8cdCopy full SHA for 59ae8cd
README.md
@@ -76,6 +76,8 @@ Helpful link for beginners: [Try it out](https://docs.n8n.io/try-it-out/)
76
77
## Version history
78
79
+- **v1.0.3**:
80
+ - No significant changes
81
- **v1.0.2**:
82
- Fixed inputs on category selection
83
- **v1.0.1**:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "n8n-nodes-hostinger-api",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Hostinger API n8n Node",
5
"keywords": [
6
"n8n-community-node-package"
@@ -13,7 +13,7 @@
13
},
14
"repository": {
15
"type": "git",
16
- "url": "https://github.com/hostinger/api-n8n-node"
+ "url": "git+https://github.com/hostinger/api-n8n-node.git"
17
18
"main": "index.js",
19
"scripts": {
0 commit comments