Skip to content

Commit 7f6da26

Browse files
🚀 Release 0.231.2 (#6426)
Co-authored-by: netroy <netroy@users.noreply.github.com>
1 parent 2f51aeb commit 7f6da26

8 files changed

Lines changed: 25 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [0.231.2](https://github.com/n8n-io/n8n/compare/n8n@0.231.1...n8n@0.231.2) (2023-06-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** Allow all executions to be stopped ([#6386](https://github.com/n8n-io/n8n/issues/6386)) ([ceb3661](https://github.com/n8n-io/n8n/commit/ceb366119807ec168e33bff55c885f562a3089ff))
7+
* **Date & Time Node:** Reset responseData at end of loop ([#6385](https://github.com/n8n-io/n8n/issues/6385)) ([713ab82](https://github.com/n8n-io/n8n/commit/713ab82dc40635e6f47f1749e6af07d5223cac65))
8+
* **editor:** Fix hard-coded parameter names for code editors ([#6372](https://github.com/n8n-io/n8n/issues/6372)) ([800d8f3](https://github.com/n8n-io/n8n/commit/800d8f3d510aa1cfc0cf33180ea6de26b69c0cb4))
9+
* **editor:** Pin all data regardless of pagination ([#6346](https://github.com/n8n-io/n8n/issues/6346)) ([a789dcd](https://github.com/n8n-io/n8n/commit/a789dcd3f8082ad6960e9b49819ce0170619de76))
10+
* **editor:** Remove explicit parameter name scanning for code editors ([#6390](https://github.com/n8n-io/n8n/issues/6390)) ([a8f93ca](https://github.com/n8n-io/n8n/commit/a8f93ca88e147a0e7f1588a0664766ce5b348f49))
11+
* Improve executions list polling performance ([#6355](https://github.com/n8n-io/n8n/issues/6355)) ([e55e93e](https://github.com/n8n-io/n8n/commit/e55e93e11bf8a1041097612c5c4e9e64e6744c46))
12+
* **Ldap Node:** Add DN field to update operation ([#6371](https://github.com/n8n-io/n8n/issues/6371)) ([43d660c](https://github.com/n8n-io/n8n/commit/43d660cbe4a153e56a0e9c8fb3d9c2928ec068c4))
13+
* **LinkedIn Node:** Fix issue with posting as user or organization ([#6414](https://github.com/n8n-io/n8n/issues/6414)) ([2522a85](https://github.com/n8n-io/n8n/commit/2522a85bbfc0e33ce2b3fb05d8dbac9b3a6dbcc6))
14+
* **Schedule Trigger Node:** Follow the correct Unix cron format for month and days of the week ([#6401](https://github.com/n8n-io/n8n/issues/6401)) ([2f51aeb](https://github.com/n8n-io/n8n/commit/2f51aeb3383f2ceb7af3f86dbcd8e937e7925637))
15+
* Show actual execution data for production executions even if pin data exists ([#6302](https://github.com/n8n-io/n8n/issues/6302)) ([f9a61c2](https://github.com/n8n-io/n8n/commit/f9a61c241ea59b638ec394537f371f7682625589))
16+
17+
18+
119
## [0.231.1](https://github.com/n8n-io/n8n/compare/n8n@0.231.0...n8n@0.231.1) (2023-06-06)
220

321

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.231.1",
3+
"version": "0.231.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.231.1",
3+
"version": "0.231.2",
44
"description": "n8n Workflow Automation Tool",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"homepage": "https://n8n.io",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-core",
3-
"version": "0.170.0",
3+
"version": "0.170.1",
44
"description": "Core functionality of n8n",
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.197.1",
3+
"version": "0.197.2",
44
"description": "Workflow Editor UI for n8n",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"homepage": "https://n8n.io",

packages/node-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-node-dev",
3-
"version": "0.109.0",
3+
"version": "0.109.1",
44
"description": "CLI to simplify n8n credentials/node development",
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.229.0",
3+
"version": "0.229.1",
44
"description": "Base nodes of n8n",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"homepage": "https://n8n.io",

packages/workflow/package.json

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

0 commit comments

Comments
 (0)