Skip to content

Commit d251b98

Browse files
Release 1.0.2
1 parent 56054dc commit d251b98

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.0.2](https://github.com/HasData/n8n-nodes-hasdata/compare/1.0.0...1.0.2)
8+
9+
- improve errors handling [`56054dc`](https://github.com/HasData/n8n-nodes-hasdata/commit/56054dcefe83a37390ad3e7a37e0034f1c051a0a)
10+
- update error handling & add source header [`07c0891`](https://github.com/HasData/n8n-nodes-hasdata/commit/07c0891bc766f89c580db62d8be39b48eb45959f)
11+
- remove optional test from credentials [`b1562f0`](https://github.com/HasData/n8n-nodes-hasdata/commit/b1562f0e92de976e5050d92a51ed2bf72679652a)
12+
713
#### 1.0.0
814

15+
> 1 February 2026
16+
917
- update generator [`56cbaf8`](https://github.com/HasData/n8n-nodes-hasdata/commit/56cbaf8ef044ca087faf34836a610b718d00041b)
1018
- first commit [`e9f7850`](https://github.com/HasData/n8n-nodes-hasdata/commit/e9f7850d999798330601f8ab9698c8038ca5d5de)
1119
- update generator [`b10a018`](https://github.com/HasData/n8n-nodes-hasdata/commit/b10a0180f79dd2466dd6fe70f474d943827710da)

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public",
55
"registry": "https://registry.npmjs.org/"
66
},
7-
"version": "1.0.1",
7+
"version": "1.0.2",
88
"description": "n8n node for HasData APIs",
99
"license": "MIT",
1010
"homepage": "https://hasdata.com",
@@ -55,4 +55,4 @@
5555
"peerDependencies": {
5656
"n8n-workflow": "*"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)