Skip to content

Commit 360c6e8

Browse files
🚀 Release 1.74.4 (#13311)
Co-authored-by: netroy <[email protected]>
1 parent 8c80122 commit 360c6e8

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.74.4](https://github.com/n8n-io/n8n/compare/[email protected]@1.74.4) (2025-02-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** Redact credentials ([#13263](https://github.com/n8n-io/n8n/issues/13263)) ([938fcc1](https://github.com/n8n-io/n8n/commit/938fcc114d4805ddeda0b75c15c6ea6767afba7b))
7+
8+
9+
110
## [1.74.3](https://github.com/n8n-io/n8n/compare/[email protected]@1.74.3) (2025-01-17)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-monorepo",
3-
"version": "1.74.3",
3+
"version": "1.74.4",
44
"private": true,
55
"engines": {
66
"node": ">=20.15",

packages/@n8n/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/n8n-benchmark",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "Cli for running benchmark tests for n8n",
55
"main": "dist/index",
66
"scripts": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "1.74.3",
3+
"version": "1.74.4",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)