Skip to content

Commit

Permalink
🚀 Release 1.10.1 (#7397)
Browse files Browse the repository at this point in the history
##
[1.10.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.10.1)
(2023-10-11)


### Bug Fixes

* **editor:** Make workflow history button available only for dev builds
([#7392](#7392))
([f2a7b41](f2a7b41))


### Features

* **Loop Over Items (Split in Batches) Node:** Automatically add a loop
+ rename ([#7228](#7228))
([ea877c1](ea877c1))

Co-authored-by: krynble <[email protected]>
  • Loading branch information
github-actions[bot] and krynble authored Oct 11, 2023
1 parent ea877c1 commit e45d04c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.10.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.10.1) (2023-10-11)


### Bug Fixes

* **editor:** Make workflow history button available only for dev builds ([#7392](https://github.com/n8n-io/n8n/issues/7392)) ([f2a7b41](https://github.com/n8n-io/n8n/commit/f2a7b4135e643a9c77117e8a94e1f0213181c512))


### Features

* **Loop Over Items (Split in Batches) Node:** Automatically add a loop + rename ([#7228](https://github.com/n8n-io/n8n/issues/7228)) ([ea877c1](https://github.com/n8n-io/n8n/commit/ea877c13f19511703034caf15a3b32b6e4b8ffe4))



# [1.10.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.10.0) (2023-10-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.10.0",
"version": "1.10.1",
"private": true,
"homepage": "https://n8n.io",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.10.0",
"version": "1.10.1",
"description": "n8n Workflow Automation Tool",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "1.10.0",
"version": "1.10.1",
"description": "Workflow Editor UI for n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-nodes-base",
"version": "1.10.0",
"version": "1.10.1",
"description": "Base nodes of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down

0 comments on commit e45d04c

Please sign in to comment.