mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
🚀 Release 1.63.2 (#11237)
Co-authored-by: RicardoE105 <16496553+RicardoE105@users.noreply.github.com>
This commit is contained in:
parent
4eb905ab29
commit
381766523f
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n-monorepo",
|
||||
"version": "1.63.1",
|
||||
"version": "1.63.2",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=20.15",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue