Skip to content

Commit

Permalink
🚀 Release 1.64.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cstuncsik authored and github-actions[bot] committed Oct 24, 2024
1 parent 1ae9b29 commit c4ca7c0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "1.64.1",
"version": "1.64.2",
"private": true,
"engines": {
"node": ">=20.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-ui/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c4ca7c0

Please sign in to comment.