mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
🚀 Release 1.62.5 (#11236)
Co-authored-by: RicardoE105 <16496553+RicardoE105@users.noreply.github.com>
This commit is contained in:
parent
4aa135912c
commit
b5943afa15
|
@ -1,3 +1,12 @@
|
|||
## [1.62.5](https://github.com/n8n-io/n8n/compare/n8n@1.62.4...n8n@1.62.5) (2024-10-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **editor:** Make submit in ChangePasswordView work again ([#11227](https://github.com/n8n-io/n8n/issues/11227)) ([4aa1359](https://github.com/n8n-io/n8n/commit/4aa135912c73517bb2ff41b0c7f5afa456f27511))
|
||||
|
||||
|
||||
|
||||
## [1.62.4](https://github.com/n8n-io/n8n/compare/n8n@1.62.3...n8n@1.62.4) (2024-10-10)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n-monorepo",
|
||||
"version": "1.62.4",
|
||||
"version": "1.62.5",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=20.15",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n",
|
||||
"version": "1.62.4",
|
||||
"version": "1.62.5",
|
||||
"description": "n8n Workflow Automation Tool",
|
||||
"main": "dist/index",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n-editor-ui",
|
||||
"version": "1.62.2",
|
||||
"version": "1.62.3",
|
||||
"description": "Workflow Editor UI for n8n",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue