WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 607964b

Browse files
🚀 Release 0.228.2 (#6249)
Co-authored-by: csuermann <[email protected]>
1 parent 6bf5c51 commit 607964b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.228.2](https://github.com/n8n-io/n8n/compare/[email protected]@0.228.2) (2023-05-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **Code Node:** Restore help text ([#6231](https://github.com/n8n-io/n8n/issues/6231)) ([6bf5c51](https://github.com/n8n-io/n8n/commit/6bf5c51137677a1caa46d43533ae5d64077f603c))
7+
* **core:** Make sure that special polling parameters are available on community nodes as well ([#6230](https://github.com/n8n-io/n8n/issues/6230)) ([49391a2](https://github.com/n8n-io/n8n/commit/49391a2fec006fb485334dd77dd959b5512eac45))
8+
9+
10+
111
## [0.228.1](https://github.com/n8n-io/n8n/compare/[email protected]@0.228.1) (2023-05-11)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "0.228.1",
3+
"version": "0.228.2",
44
"private": true,
55
"homepage": "https://n8n.io",
66
"engines": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "0.228.1",
3+
"version": "0.228.2",
44
"description": "n8n Workflow Automation Tool",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"homepage": "https://n8n.io",

packages/nodes-base/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-base",
3-
"version": "0.226.1",
3+
"version": "0.226.2",
44
"description": "Base nodes of n8n",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"homepage": "https://n8n.io",

0 commit comments

Comments
 (0)