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 62757c4

Browse files
🚀 Release 0.230.1 (#6319)
* 🚀 Release 0.230.1 * Update CHANGELOG.md --------- Co-authored-by: maspio <[email protected]> Co-authored-by: Marcus <[email protected]>
1 parent 7084b6f commit 62757c4

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.230.1](https://github.com/n8n-io/n8n/compare/[email protected]@0.230.1) (2023-05-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **editor:** Fix locale plularisation if count is 0 ([#6312](https://github.com/n8n-io/n8n/issues/6312)) ([33b6b28](https://github.com/n8n-io/n8n/commit/33b6b2864339a524c9a0d891ba0482ddcbbfa006))
7+
* **Execute Command Node:** Block executions when `command` is empty ([#6308](https://github.com/n8n-io/n8n/issues/6308)) ([c8b88a1](https://github.com/n8n-io/n8n/commit/c8b88a11a8aa3bd42fdc93de600bf97a515f7ceb))
8+
9+
10+
111
# [0.230.0](https://github.com/n8n-io/n8n/compare/[email protected]@0.230.0) (2023-05-24)
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.230.0",
3+
"version": "0.230.1",
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.230.0",
3+
"version": "0.230.1",
44
"description": "n8n Workflow Automation Tool",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"homepage": "https://n8n.io",

packages/editor-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-editor-ui",
3-
"version": "0.196.0",
3+
"version": "0.196.1",
44
"description": "Workflow Editor UI for n8n",
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.228.0",
3+
"version": "0.228.1",
44
"description": "Base nodes of n8n",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"homepage": "https://n8n.io",

0 commit comments

Comments
 (0)