Skip to content

Commit

Permalink
🚀 Release 1.59.4 (#10900)
Browse files Browse the repository at this point in the history
Co-authored-by: ivov <44588767+ivov@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and ivov authored Sep 20, 2024
1 parent 20a99b9 commit 2e408ca
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 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.4](https://github.com/n8n-io/n8n/compare/n8n@1.59.3...n8n@1.59.4) (2024-09-20)


### Bug Fixes

* **editor:** Prevent clipboard xss injection ([#10894](https://github.com/n8n-io/n8n/issues/10894)) ([20a99b9](https://github.com/n8n-io/n8n/commit/20a99b9d36b90dbfecea39f83d3f33125fae3ddc))
* **editor:** Update gird size when opening credentials support chat ([#10882](https://github.com/n8n-io/n8n/issues/10882)) ([42bfac0](https://github.com/n8n-io/n8n/commit/42bfac0cfa98833351e2190d7964b044a8b45bcc))



## [1.59.3](https://github.com/n8n-io/n8n/compare/n8n@1.59.2...n8n@1.59.3) (2024-09-18)


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.3",
"version": "1.59.4",
"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.3",
"version": "1.59.4",
"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.59.1",
"version": "1.59.2",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2e408ca

Please sign in to comment.