Skip to content

Commit

Permalink
🚀 Release 1.15.2 (#7635)
Browse files Browse the repository at this point in the history
##
[1.15.2](https://github.com/n8n-io/n8n/compare/n8n@1.15.1...n8n@1.15.2)
(2023-11-07)


### Bug Fixes

* **core:** Decrease reset password token expire time
([#7598](#7598))
([44664d2](44664d2))
* **editor:** Allow overriding theme from query params
([#7591](#7591))
([1362585](1362585))
* **editor:** Fix issue that frontend breaks with unkown nodes
([#7596](#7596))
([dd7b7d1](dd7b7d1))
* **editor:** Hide not supported node options
([#7597](#7597))
([658cacc](658cacc))
* **editor:** Remove unknown credentials on pasting workflow
([#7582](#7582))
([0768271](0768271))
* **editor:** Reset canvas zoom before workspace reset in node view
([#7625](#7625))
([44460f9](44460f9))
* **editor:** Zoom in/out on canvas the same amount on scroll/gesture
([#7602](#7602))
([be6fbf2](be6fbf2))

Co-authored-by: krynble <krynble@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and krynble authored Nov 7, 2023
1 parent dd7b7d1 commit 0cc2b04
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.15.2](https://github.com/n8n-io/n8n/compare/n8n@1.15.1...n8n@1.15.2) (2023-11-07)


### Bug Fixes

* **core:** Decrease reset password token expire time ([#7598](https://github.com/n8n-io/n8n/issues/7598)) ([44664d2](https://github.com/n8n-io/n8n/commit/44664d2580c12cc56b6e92a9b6c69fb6d681cd20))
* **editor:** Allow overriding theme from query params ([#7591](https://github.com/n8n-io/n8n/issues/7591)) ([1362585](https://github.com/n8n-io/n8n/commit/136258580f0ca0242d5e146a6e20a9ee9beeedc3))
* **editor:** Fix issue that frontend breaks with unkown nodes ([#7596](https://github.com/n8n-io/n8n/issues/7596)) ([dd7b7d1](https://github.com/n8n-io/n8n/commit/dd7b7d10fcb7b0c7f3e1b0eee584a18e9f9f8164))
* **editor:** Hide not supported node options ([#7597](https://github.com/n8n-io/n8n/issues/7597)) ([658cacc](https://github.com/n8n-io/n8n/commit/658cacca1603b3fa86ca601f2878c2d2b497b6a0))
* **editor:** Remove unknown credentials on pasting workflow ([#7582](https://github.com/n8n-io/n8n/issues/7582)) ([0768271](https://github.com/n8n-io/n8n/commit/076827175319b977cd11826dab17e5af0b0ede19))
* **editor:** Reset canvas zoom before workspace reset in node view ([#7625](https://github.com/n8n-io/n8n/issues/7625)) ([44460f9](https://github.com/n8n-io/n8n/commit/44460f9034abb4fb639dc6939018f157248eee0b))
* **editor:** Zoom in/out on canvas the same amount on scroll/gesture ([#7602](https://github.com/n8n-io/n8n/issues/7602)) ([be6fbf2](https://github.com/n8n-io/n8n/commit/be6fbf2d7edb3e71cae3c2fc65e8ea2b8c5a03cf))



## [1.15.1](https://github.com/n8n-io/n8n/compare/n8n@1.14.0...n8n@1.15.1) (2023-11-02)


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",
"version": "1.15.1",
"version": "1.15.2",
"private": true,
"homepage": "https://n8n.io",
"engines": {
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.15.1",
"version": "1.15.2",
"description": "n8n Workflow Automation Tool",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
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.15.1",
"version": "1.15.2",
"description": "Workflow Editor UI for n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down

0 comments on commit 0cc2b04

Please sign in to comment.