Skip to content

Commit

Permalink
🚀 Release 1.36.4 (#9143)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Apr 15, 2024
1 parent bc64388 commit 9b4b5da
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.36.4](https://github.com/n8n-io/n8n/compare/n8n@1.36.3...n8n@1.36.4) (2024-04-15)

### Bug Fixes

* **core:** Fix the backend dependency tree to address the issue of user-defined timezone not being used ([#9139](https://github.com/n8n-io/n8n/issues/9139)) ([cd04069](https://github.com/n8n-io/n8n/commit/cd0406904ea798ee0f33ce0be76240138f12a5ea))


## [1.36.3](https://github.com/n8n-io/n8n/compare/n8n@1.36.2...n8n@1.36.3) (2024-04-12)


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.36.3",
"version": "1.36.4",
"private": true,
"homepage": "https://n8n.io",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@n8n/nodes-langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-nodes-langchain",
"version": "0.21.1",
"version": "1.36.4",
"description": "",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
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.36.3",
"version": "1.36.4",
"description": "n8n Workflow Automation Tool",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-core",
"version": "1.36.3",
"version": "1.36.4",
"description": "Core functionality of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-nodes-base",
"version": "1.36.3",
"version": "1.36.4",
"description": "Base nodes of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-workflow",
"version": "1.36.3",
"version": "1.36.4",
"description": "Workflow base code of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down

0 comments on commit 9b4b5da

Please sign in to comment.