🚀 Release 1.64.2 (#11383)

Co-authored-by: cstuncsik <5410822+cstuncsik@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-10-24 11:28:17 +02:00 committed by GitHub
parent 1ae9b29758
commit c522ff7bbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,12 @@
## [1.64.2](https://github.com/n8n-io/n8n/compare/n8n@1.64.1...n8n@1.64.2) (2024-10-24)
### Bug Fixes
* **editor:** Record sessionStarted telemetry event in Setting Store ([#11334](https://github.com/n8n-io/n8n/issues/11334)) ([f52a771](https://github.com/n8n-io/n8n/commit/f52a77173567f0e70fb0e4e4032a31b94ddf0585))
## [1.64.1](https://github.com/n8n-io/n8n/compare/n8n@1.64.0...n8n@1.64.1) (2024-10-21)

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "1.64.0",
"version": "1.64.1",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"scripts": {