Skip to content

Commit 33e154a

Browse files
Release 1.0.3
1 parent 54acffb commit 33e154a

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ 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.3](https://github.com/directus-labs/n8n-node-directus/compare/1.0.2...1.0.3)
8+
9+
- Readme update and adjustments to trigger request and node IO [`#7`](https://github.com/directus-labs/n8n-node-directus/pull/7)
10+
- Replace httpRequest with httpRequestWithAuthentication and align node IO with NodeConnectionTypes.Main [`cf03060`](https://github.com/directus-labs/n8n-node-directus/commit/cf03060c24be80938fb1d17a79ebccbf367b3dd1)
11+
- Readme cleanup [`0001938`](https://github.com/directus-labs/n8n-node-directus/commit/000193804eed183e3a1d5feee99320c2008f3c49)
12+
713
#### [1.0.2](https://github.com/directus-labs/n8n-node-directus/compare/1.0.1...1.0.2)
814

15+
> 20 November 2025
16+
917
- Fun with Build Issues [`#6`](https://github.com/directus-labs/n8n-node-directus/pull/6)
18+
- Release 1.0.2 [`d87521f`](https://github.com/directus-labs/n8n-node-directus/commit/d87521f84ff18ee75c46b0471feb6d4929dce7bb)
1019
- fix ts config [`af077d1`](https://github.com/directus-labs/n8n-node-directus/commit/af077d1e8c3bb958f5b4d0f92c7aca7feadf6623)
1120
- changelog [`580f5f9`](https://github.com/directus-labs/n8n-node-directus/commit/580f5f95e1e48452ef94fd0f8ca8dfa33e58ff9b)
12-
- remove unused index.js [`11137b9`](https://github.com/directus-labs/n8n-node-directus/commit/11137b9c2c5d3dcf877f4297b073f1ce41838a7a)
1321

1422
#### 1.0.1
1523

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": "@directus/n8n-nodes-directus",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "n8n community node package for Directus CMS integration",
55
"keywords": [
66
"n8n-community-node-package",

0 commit comments

Comments
 (0)