🚀 Release 1.62.5 (#11236)

Co-authored-by: RicardoE105 <16496553+RicardoE105@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-10-11 18:39:39 -04:00 committed by GitHub
parent 4aa135912c
commit b5943afa15
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.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)

View file

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

View file

@ -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",

View file

@ -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": {