Skip to content

Commit

Permalink
🚀 Release 1.4.1 (#7036)
Browse files Browse the repository at this point in the history
## [1.4.1](https://github.com/n8n-io/n8n/compare/n8n@1.4.0...n8n@1.4.1)
(2023-08-29)


### Bug Fixes

* **editor:** Fix sending of Ask AI tracking events
([#7002](#7002))
([bf4f545](bf4f545))
* **Webhook Node:** Fix URL params for webhooks
([#6986](#6986))
([60f70f1](60f70f1))

Co-authored-by: krynble <krynble@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and krynble committed Aug 29, 2023
1 parent bf4f545 commit ddafa5a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.4.1](https://github.com/n8n-io/n8n/compare/n8n@1.4.0...n8n@1.4.1) (2023-08-29)


### Bug Fixes

* **editor:** Fix sending of Ask AI tracking events ([#7002](https://github.com/n8n-io/n8n/issues/7002)) ([bf4f545](https://github.com/n8n-io/n8n/commit/bf4f545b1c90082220fa9f0d1e463b48f5d735d2))
* **Webhook Node:** Fix URL params for webhooks ([#6986](https://github.com/n8n-io/n8n/issues/6986)) ([60f70f1](https://github.com/n8n-io/n8n/commit/60f70f1ddadc623b959d249c0d47b7555eb6caf3))



# [1.4.0](https://github.com/n8n-io/n8n/compare/n8n@1.3.0...n8n@1.4.0) (2023-08-23)


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.4.0",
"version": "1.4.1",
"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.4.0",
"version": "1.4.1",
"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.4.0",
"version": "1.4.1",
"description": "Workflow Editor UI for 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.4.0",
"version": "1.4.1",
"description": "Base nodes of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down

0 comments on commit ddafa5a

Please sign in to comment.