🚀 Release 1.65.2 (#11436)

Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-10-28 16:14:06 +01:00 committed by GitHub
parent d57da557a0
commit 20c98ba184
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,13 @@
## [1.65.2](https://github.com/n8n-io/n8n/compare/n8n@1.65.1...n8n@1.65.2) (2024-10-28)
### Bug Fixes
* **editor:** Support middle click to scroll when using a mouse on new canvas ([#11384](https://github.com/n8n-io/n8n/issues/11384)) ([436b783](https://github.com/n8n-io/n8n/commit/436b783bd2d6200d318ac70dba95ccda9148b261))
* **n8n Form Node:** Form Trigger does not wait in multi-form mode ([#11404](https://github.com/n8n-io/n8n/issues/11404)) ([d57da55](https://github.com/n8n-io/n8n/commit/d57da557a03d88ba9ee554b869dcacb47ff0b1be))
## [1.65.1](https://github.com/n8n-io/n8n/compare/n8n@1.65.0...n8n@1.65.1) (2024-10-25)

View file

@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "1.65.1",
"version": "1.65.2",
"private": true,
"engines": {
"node": ">=20.15",

View file

@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.65.1",
"version": "1.65.2",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "1.65.0",
"version": "1.65.1",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"scripts": {