Skip to content

Commit

Permalink
🚀 Release 1.74.1 (#12538)
Browse files Browse the repository at this point in the history
Co-authored-by: ShireenMissi <[email protected]>
  • Loading branch information
github-actions[bot] and ShireenMissi authored Jan 9, 2025
1 parent 6f757f1 commit 9e65e85
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.74.1](https://github.com/n8n-io/n8n/compare/[email protected]@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/[email protected]@1.74.0) (2025-01-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "1.74.0",
"version": "1.74.1",
"private": true,
"engines": {
"node": ">=20.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-ui/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9e65e85

Please sign in to comment.