Skip to content

Commit

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


### Bug Fixes

* **core:** Fix webhook binary data max size configuration ([#10897](https://github.com/n8n-io/n8n/issues/10897)) ([2a482b8](https://github.com/n8n-io/n8n/commit/2a482b89a2297ac90b6c191c75b3158e464fadaf))
* **editor:** Prevent clipboard xss injection ([#10894](https://github.com/n8n-io/n8n/issues/10894)) ([b1cff1f](https://github.com/n8n-io/n8n/commit/b1cff1f9b15eef3334062305ae98e76ad88581ac))
* **editor:** Update gird size when opening credentials support chat ([#10882](https://github.com/n8n-io/n8n/issues/10882)) ([3c36bcb](https://github.com/n8n-io/n8n/commit/3c36bcbb2d637110fa7bfd718d97ceb2db18f1dd))



# [1.60.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.60.0) (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.60.0",
"version": "1.60.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.60.0",
"version": "1.60.1",
"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.60.0",
"version": "1.60.1",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e09bf14

Please sign in to comment.