Skip to content

Commit 0833a49

Browse files
chore(release): 1.1.0 [skip ci]
## [1.1.0](v1.0.3...v1.1.0) (2025-06-20) ### Features * added support for JSON format in global constants input ([6e720e6](6e720e6))
1 parent 3f0034b commit 0833a49

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.0](https://github.com/umanamente/n8n-nodes-globals/compare/v1.0.3...v1.1.0) (2025-06-20)
2+
3+
4+
### Features
5+
6+
* added support for JSON format in global constants input ([6e720e6](https://github.com/umanamente/n8n-nodes-globals/commit/6e720e623abd92c6e6862935b4adfe88357002f3))
7+
18
## [1.0.3](https://github.com/umanamente/n8n-nodes-globals/compare/v1.0.2...v1.0.3) (2024-10-18)
29

310

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-globals",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "N8N community node that allows users to create global constants and use them in all their workflows",
55
"keywords": [
66
"n8n-community-node-package"

0 commit comments

Comments
 (0)