🚀 Release 1.109.0 (#18745)

Co-authored-by: seemewalkin <38620398+seemewalkin@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-25 15:19:15 +02:00
committed by GitHub
parent 1f1730c27d
commit 9e89fbdf96
24 changed files with 70 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/ai-workflow-builder",
"version": "0.18.0",
"version": "0.19.0",
"scripts": {
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/backend-common",
"version": "0.18.0",
"version": "0.19.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/backend-test-utils",
"version": "0.11.0",
"version": "0.12.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/create-node",
"version": "0.1.0",
"version": "0.2.0",
"description": "Official CLI to create new community nodes for n8n",
"bin": {
"create-n8n-node": "bin/create.js"

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/node-cli",
"version": "0.1.1",
"version": "0.2.0",
"description": "Official CLI for developing community nodes for n8n",
"bin": {
"n8n-node": "bin/n8n-node.mjs"

View File

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

View File

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