🚀 Release 1.85.0 (#14135)

Co-authored-by: CharlieKolb <13814565+CharlieKolb@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-03-24 14:47:49 +01:00
committed by GitHub
parent b616ceb08b
commit ef66518c92
16 changed files with 59 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/api-types",
"version": "0.19.0",
"version": "0.20.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/config",
"version": "1.32.0",
"version": "1.33.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-nodes-langchain",
"version": "1.84.0",
"version": "1.85.0",
"description": "",
"main": "index.js",
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/permissions",
"version": "0.20.0",
"version": "0.21.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "@n8n/utils",
"type": "module",
"version": "1.4.0",
"version": "1.5.0",
"files": [
"dist"
],