Skip to content

Commit

Permalink
🚀 Release 1.22.4 (#8204)
Browse files Browse the repository at this point in the history
##
[1.22.4](https://github.com/n8n-io/n8n/compare/n8n@1.22.3...n8n@1.22.4)
(2024-01-03)


### Bug Fixes

* **Schedule Trigger Node:** Use the correct `moment` import
([#8185](#8185))
([f8307dc](f8307dc)),
closes [#8184](#8184)

Co-authored-by: ivov <ivov@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and ivov committed Jan 3, 2024
1 parent f8307dc commit 6db03f0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.22.4](https://github.com/n8n-io/n8n/compare/n8n@1.22.3...n8n@1.22.4) (2024-01-03)


### Bug Fixes

* **Schedule Trigger Node:** Use the correct `moment` import ([#8185](https://github.com/n8n-io/n8n/issues/8185)) ([f8307dc](https://github.com/n8n-io/n8n/commit/f8307dc789aa4b5896c1399a08410f742a04b35a)), closes [#8184](https://github.com/n8n-io/n8n/issues/8184)



## [1.22.3](https://github.com/n8n-io/n8n/compare/n8n@1.22.2...n8n@1.22.3) (2023-12-27)


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.22.3",
"version": "1.22.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.7.1",
"version": "0.7.2",
"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.22.3",
"version": "1.22.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/nodes-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-nodes-base",
"version": "1.22.1",
"version": "1.22.2",
"description": "Base nodes of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down

0 comments on commit 6db03f0

Please sign in to comment.