🚀 Release 1.67.1 (#11619)

Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-11-07 12:16:44 +01:00 committed by GitHub
parent 8a804b3b49
commit fef990e7a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 14 additions and 5 deletions

View file

@ -1,3 +1,12 @@
## [1.67.1](https://github.com/n8n-io/n8n/compare/n8n@1.67.0...n8n@1.67.1) (2024-11-07)
### Bug Fixes
* **core:** Revert all the context helpers changes ([#11616](https://github.com/n8n-io/n8n/issues/11616)) ([8a804b3](https://github.com/n8n-io/n8n/commit/8a804b3b49412e1cf82a7462d8a6dd5e29fb78d4))
# [1.67.0](https://github.com/n8n-io/n8n/compare/n8n@1.66.0...n8n@1.67.0) (2024-11-06) # [1.67.0](https://github.com/n8n-io/n8n/compare/n8n@1.66.0...n8n@1.67.0) (2024-11-06)

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "@n8n/task-runner", "name": "@n8n/task-runner",
"version": "1.5.0", "version": "1.5.1",
"scripts": { "scripts": {
"clean": "rimraf dist .turbo", "clean": "rimraf dist .turbo",
"start": "node dist/start.js", "start": "node dist/start.js",

View file

@ -1,6 +1,6 @@
{ {
"name": "n8n", "name": "n8n",
"version": "1.67.0", "version": "1.67.1",
"description": "n8n Workflow Automation Tool", "description": "n8n Workflow Automation Tool",
"main": "dist/index", "main": "dist/index",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "n8n-core", "name": "n8n-core",
"version": "1.67.0", "version": "1.67.1",
"description": "Core functionality of n8n", "description": "Core functionality of n8n",
"main": "dist/index", "main": "dist/index",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "n8n-node-dev", "name": "n8n-node-dev",
"version": "1.67.0", "version": "1.67.1",
"description": "CLI to simplify n8n credentials/node development", "description": "CLI to simplify n8n credentials/node development",
"main": "dist/src/index", "main": "dist/src/index",
"types": "dist/src/index.d.ts", "types": "dist/src/index.d.ts",