🚀 Release 1.41.0 (#9342)

Co-authored-by: ivov <ivov@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-05-08 14:08:46 +02:00
committed by GitHub
parent f64a41d617
commit 75f74035a1
11 changed files with 41 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/chat",
"version": "0.13.0",
"version": "0.14.0",
"scripts": {
"dev": "pnpm run storybook",
"build": "pnpm type-check && pnpm build:vite && pnpm run build:individual && npm run build:prepare",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-nodes-langchain",
"version": "1.40.0",
"version": "1.41.0",
"description": "",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",

View File

@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.40.0",
"version": "1.41.0",
"description": "n8n Workflow Automation Tool",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-core",
"version": "1.40.0",
"version": "1.41.0",
"description": "Core functionality of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-design-system",
"version": "1.30.0",
"version": "1.31.0",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
"author": {

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "1.40.0",
"version": "1.41.0",
"description": "Workflow Editor UI for n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-node-dev",
"version": "1.40.0",
"version": "1.41.0",
"description": "CLI to simplify n8n credentials/node development",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-nodes-base",
"version": "1.40.0",
"version": "1.41.0",
"description": "Base nodes of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-workflow",
"version": "1.39.0",
"version": "1.40.0",
"description": "Workflow base code of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",