Skip to content

Commit

Permalink
🚀 Release 1.76.1 (#12800)
Browse files Browse the repository at this point in the history
Co-authored-by: netroy <[email protected]>
  • Loading branch information
github-actions[bot] and netroy authored Jan 23, 2025
1 parent 08bc22f commit ebf311c
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.76.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.76.1) (2025-01-23)


### Bug Fixes

* **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))



# [1.76.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.76.0) (2025-01-22)


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.76.0",
"version": "1.76.1",
"private": true,
"engines": {
"node": ">=20.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/@n8n/task-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n8n/task-runner",
"version": "1.14.0",
"version": "1.14.1",
"scripts": {
"clean": "rimraf dist .turbo",
"start": "node dist/start.js",
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.76.0",
"version": "1.76.1",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ebf311c

Please sign in to comment.