Skip to content

Commit c25196e

Browse files
committed
Release 1.0.9
1 parent 8eec750 commit c25196e

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ 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.9](https://github.com/cloudcli-ai/n8n-nodes-cloud-cli/compare/1.0.8...1.0.9)
8+
9+
- fix: change cloudcli branding and descriptions [`264d219`](https://github.com/cloudcli-ai/n8n-nodes-cloud-cli/commit/264d219fa6a256e0d15ac7550753161be0d06af5)
10+
- feat: add gemini to the list of providers [`8eec750`](https://github.com/cloudcli-ai/n8n-nodes-cloud-cli/commit/8eec7502dcb0efb27ba6af64dd50357fae09ed30)
11+
712
#### [1.0.8](https://github.com/cloudcli-ai/n8n-nodes-cloud-cli/compare/1.0.7...1.0.8)
813

14+
> 25 February 2026
15+
916
- Refactor HTTP requests to use authentication helper in CloudCli node [`dd3df35`](https://github.com/cloudcli-ai/n8n-nodes-cloud-cli/commit/dd3df3502e53809e80a498818cdea7dca89581db)
17+
- Release 1.0.8 [`bbbdba6`](https://github.com/cloudcli-ai/n8n-nodes-cloud-cli/commit/bbbdba6c0599ad70fb05478f222a8267f192b48c)
1018

1119
#### [1.0.7](https://github.com/cloudcli-ai/n8n-nodes-cloud-cli/compare/1.0.6...1.0.7)
1220

@@ -26,6 +34,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2634

2735
> 29 December 2025
2836
29-
- Initial commit: n8n community node for CloudCLI [`fb0500b`](https://github.com/cloudcli-ai/n8n-nodes-cloud-cli/commit/fb0500b11c5de5de918e83843da82aae312ed41c)
30-
- Initial commit: n8n community node for CloudCLI [`8db6855`](https://github.com/cloudcli-ai/n8n-nodes-cloud-cli/commit/8db6855df07f5ac9a724a0629df1aeb87ba8a49f)
37+
- Initial commit: n8n community node for Cloud CLI [`fb0500b`](https://github.com/cloudcli-ai/n8n-nodes-cloud-cli/commit/fb0500b11c5de5de918e83843da82aae312ed41c)
38+
- Initial commit: n8n community node for Cloud CLI [`8db6855`](https://github.com/cloudcli-ai/n8n-nodes-cloud-cli/commit/8db6855df07f5ac9a724a0629df1aeb87ba8a49f)
3139
- Release 1.0.5 [`3c84834`](https://github.com/cloudcli-ai/n8n-nodes-cloud-cli/commit/3c84834ad23ca399b959586ca787146419c4bd23)

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": "@cloudcli-ai/n8n-nodes-cloud-cli",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "n8n community node for CloudCLI - manage development environments and run AI coding agents on your own remote development environments on demand and from any workflow",
55
"license": "MIT",
66
"homepage": "https://cloudcli.ai",

0 commit comments

Comments
 (0)