Skip to content

Commit

Permalink
🚀 Release 1.51.1 (#10161)
Browse files Browse the repository at this point in the history
Co-authored-by: elsmr <[email protected]>
  • Loading branch information
github-actions[bot] and elsmr authored Jul 23, 2024
1 parent 0b78789 commit 1f5376c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.51.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.51.1) (2024-07-23)


### Bug Fixes

* **core:** Fix SSH Tunnels when using private key ([#10148](https://github.com/n8n-io/n8n/issues/10148)) ([6209d18](https://github.com/n8n-io/n8n/commit/6209d18cf3f7cf1ca1b3b158cabfba7521b29dfb))
* **core:** Metadata inserts using existing IDs and failing with postgres ([#10108](https://github.com/n8n-io/n8n/issues/10108)) ([0b78789](https://github.com/n8n-io/n8n/commit/0b78789f297733dffe18acf38e4e863c56789f73))
* **editor:** Fix updating/uninstalling community nodes ([#10138](https://github.com/n8n-io/n8n/issues/10138)) ([637dde1](https://github.com/n8n-io/n8n/commit/637dde1e7bdaaca6a4248eb76432991e163caee5))



# [1.51.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.51.0) (2024-07-17)


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-monorepo",
"version": "1.51.0",
"version": "1.51.1",
"private": true,
"engines": {
"node": ">=18.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/@n8n/nodes-langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-nodes-langchain",
"version": "1.51.0",
"version": "1.51.1",
"description": "",
"main": "index.js",
"scripts": {
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.51.0",
"version": "1.51.1",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",
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.51.0",
"version": "1.51.1",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"scripts": {
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.51.0",
"version": "1.51.1",
"description": "Base nodes of n8n",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1f5376c

Please sign in to comment.