🚀 Release 1.1.0 (#6746)

Co-authored-by: netroy <netroy@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-07-26 11:55:53 +02:00
committed by GitHub
parent 5b99f1e177
commit 2f3086c8cb
10 changed files with 116 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/client-oauth2",
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.0.1",
"version": "1.1.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.0.1",
"version": "1.1.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.0.0",
"version": "1.1.0",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
"author": {

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "1.0.1",
"version": "1.1.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.0.1",
"version": "1.1.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.0.1",
"version": "1.1.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.0.1",
"version": "1.1.0",
"description": "Workflow base code of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",