🚀 Release 1.63.2 (#11237)

Co-authored-by: RicardoE105 <16496553+RicardoE105@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-10-11 19:12:57 -04:00 committed by GitHub
parent 4eb905ab29
commit 381766523f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,12 @@
## [1.63.2](https://github.com/n8n-io/n8n/compare/n8n@1.63.1...n8n@1.63.2) (2024-10-11)
### Bug Fixes
* **editor:** Make submit in ChangePasswordView work again ([#11227](https://github.com/n8n-io/n8n/issues/11227)) ([4eb905a](https://github.com/n8n-io/n8n/commit/4eb905ab296432376120ae4715d5f1d58c9f678a))
## [1.63.1](https://github.com/n8n-io/n8n/compare/n8n@1.63.0...n8n@1.63.1) (2024-10-10)

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.63.1",
"version": "1.63.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.63.1",
"version": "1.63.2",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"scripts": {