🚀 Release 1.64.1 (#11331)

Co-authored-by: ShireenMissi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-10-21 16:56:29 +01:00 committed by GitHub
parent e615e9fdb9
commit 0ac1b183f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
## [1.64.1](https://github.com/n8n-io/n8n/compare/n8n@1.64.0...n8n@1.64.1) (2024-10-21)
# [1.64.0](https://github.com/n8n-io/n8n/compare/n8n@1.63.0...n8n@1.64.0) (2024-10-16)

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "n8n-nodes-base",
"version": "1.64.0",
"version": "1.64.1",
"description": "Base nodes of n8n",
"main": "index.js",
"scripts": {