Skip to content

Commit

Permalink
🚀 Release 1.59.1 (#10832)
Browse files Browse the repository at this point in the history
Co-authored-by: ShireenMissi <[email protected]>
  • Loading branch information
github-actions[bot] and ShireenMissi authored Sep 16, 2024
1 parent 35fa3a5 commit de78e01
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.59.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.59.1) (2024-09-16)


### Bug Fixes

* Fix telemetry causing console error ([#10828](https://github.com/n8n-io/n8n/issues/10828)) ([7a778c6](https://github.com/n8n-io/n8n/commit/7a778c6ebb463dda2bac30e2b39a6d3fa32bb09e))
* Prevent copying workflow when copying outside of canvas ([#10813](https://github.com/n8n-io/n8n/issues/10813)) ([35fa3a5](https://github.com/n8n-io/n8n/commit/35fa3a5a6e13d645dd3e06fa4acf5c3fbf17fa7e))



# [1.59.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.59.0) (2024-09-11)


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.59.0",
"version": "1.59.1",
"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.59.0",
"version": "1.59.1",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-design-system",
"version": "1.49.0",
"version": "1.49.1",
"main": "src/main.ts",
"import": "src/main.ts",
"scripts": {
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.59.0",
"version": "1.59.1",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit de78e01

Please sign in to comment.