From ab1fba51f5fc3e6011167bb6bb3196f5e5754806 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:18:40 +0200 Subject: [PATCH] :rocket: Release 1.39.1 (#9220) Co-authored-by: ivov --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- packages/@n8n/nodes-langchain/package.json | 2 +- packages/cli/package.json | 2 +- packages/nodes-base/package.json | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d5c8d94cf865..e4f82abf132e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.39.1](https://github.com/n8n-io/n8n/compare/n8n@1.39.0...n8n@1.39.1) (2024-04-25) + + +### Bug Fixes + +* **core:** Fix browser session refreshes not working ([#9212](https://github.com/n8n-io/n8n/issues/9212)) ([a67246c](https://github.com/n8n-io/n8n/commit/a67246c2f87b3f4a8c333812b255b0f67e3d886e)) +* **core:** Stop relying on filesystem for SSH keys ([#9217](https://github.com/n8n-io/n8n/issues/9217)) ([3418dfb](https://github.com/n8n-io/n8n/commit/3418dfb246014adf1ee700a1ef82347699769041)) +* **Discord Node:** When using OAuth2 authentication, check if user is a guild member when sending direct message ([#9183](https://github.com/n8n-io/n8n/issues/9183)) ([d0250b2](https://github.com/n8n-io/n8n/commit/d0250b2d67ba17eb2eb4c1991e862c96b4bb4216)) +* **Google Drive Node:** Create from text operation ([#9185](https://github.com/n8n-io/n8n/issues/9185)) ([44bcc03](https://github.com/n8n-io/n8n/commit/44bcc033974a255a4da0f1f0cc18c3438255ce31)) +* **MySQL Node:** Query to statements splitting fix ([#9207](https://github.com/n8n-io/n8n/issues/9207)) ([67c92dc](https://github.com/n8n-io/n8n/commit/67c92dc728f15dcc93e58617fb31114a89de746a)) + + + # [1.39.0](https://github.com/n8n-io/n8n/compare/n8n@1.38.0...n8n@1.39.0) (2024-04-24) diff --git a/package.json b/package.json index 1ac5ad8844588..8d465ecdf1eb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.39.0", + "version": "1.39.1", "private": true, "homepage": "https://n8n.io", "engines": { diff --git a/packages/@n8n/nodes-langchain/package.json b/packages/@n8n/nodes-langchain/package.json index facc67ae9555a..48ec3d90b8099 100644 --- a/packages/@n8n/nodes-langchain/package.json +++ b/packages/@n8n/nodes-langchain/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/n8n-nodes-langchain", - "version": "1.39.0", + "version": "1.39.1", "description": "", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io", diff --git a/packages/cli/package.json b/packages/cli/package.json index 6e1f49c05b539..5ea50744fdd90 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.39.0", + "version": "1.39.1", "description": "n8n Workflow Automation Tool", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io", diff --git a/packages/nodes-base/package.json b/packages/nodes-base/package.json index b899f40dd24f2..02f69a0211b00 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-base", - "version": "1.39.0", + "version": "1.39.1", "description": "Base nodes of n8n", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://n8n.io",