🚀 Release 1.74.1 (#12538)

Co-authored-by: ShireenMissi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-01-09 16:47:58 +00:00 committed by GitHub
parent 6f757f10bd
commit 9e65e853f4
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.74.1](https://github.com/n8n-io/n8n/compare/n8n@1.74.0...n8n@1.74.1) (2025-01-09)
### Bug Fixes
* **editor:** Fix parameter input validation ([#12532](https://github.com/n8n-io/n8n/issues/12532)) ([6f757f1](https://github.com/n8n-io/n8n/commit/6f757f10bd9102394d2a0b6bbc795f90444f66d2))
# [1.74.0](https://github.com/n8n-io/n8n/compare/n8n@1.73.0...n8n@1.74.0) (2025-01-08)

View file

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

View file

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