Skip to content

Commit

Permalink
🚀 Release 1.39.1 (#9220)
Browse files Browse the repository at this point in the history
Co-authored-by: ivov <ivov@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and ivov committed Apr 25, 2024
1 parent 67c92dc commit ab1fba5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "1.39.0",
"version": "1.39.1",
"private": true,
"homepage": "https://n8n.io",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit ab1fba5

Please sign in to comment.