Skip to content

Commit ebf311c

Browse files
🚀 Release 1.76.1 (#12800)
Co-authored-by: netroy <[email protected]>
1 parent 08bc22f commit ebf311c

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.76.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.76.1) (2025-01-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** Fix usage of external libs in task runner ([#12788](https://github.com/n8n-io/n8n/issues/12788)) ([78646eb](https://github.com/n8n-io/n8n/commit/78646ebb00c16a2b4d38e4392befd23c57d3662d))
7+
8+
9+
110
# [1.76.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.76.0) (2025-01-22)
211

312

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-monorepo",
3-
"version": "1.76.0",
3+
"version": "1.76.1",
44
"private": true,
55
"engines": {
66
"node": ">=20.15",

Diff for: packages/@n8n/task-runner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/task-runner",
3-
"version": "1.14.0",
3+
"version": "1.14.1",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"start": "node dist/start.js",

Diff for: packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "1.76.0",
3+
"version": "1.76.1",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)