Skip to content

Commit

Permalink
🚀 Release 1.19.2 (#7868)
Browse files Browse the repository at this point in the history
## [1.19.2](https://github.com/n8n-io/n8n/compare/[email protected]@1.19.2)
(2023-11-29)


### Bug Fixes

* **AWS DynamoDB Node:** Improve error message parsing
([#7793](#7793))
([df06163](df06163))
* **Google Sheets Node:** Fix issue with paired items not being set
correctly ([#7862](#7862))
([5827b7a](5827b7a))
* **Notion Node:** Fix broken Notion node parameters
([#7864](#7864))
([442d449](442d449))

Co-authored-by: netroy <[email protected]>
  • Loading branch information
github-actions[bot] and netroy authored Nov 29, 2023
1 parent 9329080 commit 07838d0
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.19.2](https://github.com/n8n-io/n8n/compare/[email protected]@1.19.2) (2023-11-29)


### Bug Fixes

* **AWS DynamoDB Node:** Improve error message parsing ([#7793](https://github.com/n8n-io/n8n/issues/7793)) ([df06163](https://github.com/n8n-io/n8n/commit/df0616338fc9a2cb8c04ab7fe3d8c4f2d83385b6))
* **Google Sheets Node:** Fix issue with paired items not being set correctly ([#7862](https://github.com/n8n-io/n8n/issues/7862)) ([5827b7a](https://github.com/n8n-io/n8n/commit/5827b7ac2c5f80e2a6d3c6d606805a4c981945d9))
* **Notion Node:** Fix broken Notion node parameters ([#7864](https://github.com/n8n-io/n8n/issues/7864)) ([442d449](https://github.com/n8n-io/n8n/commit/442d4495a61dab42d3ff1a292c5b491e85c5ac30)), closes [#7791](https://github.com/n8n-io/n8n/issues/7791)



## [1.19.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.19.1) (2023-11-29)


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.19.1",
"version": "1.19.2",
"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.4.1",
"version": "0.4.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.19.1",
"version": "1.19.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.19.0",
"version": "1.19.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.19.0",
"version": "1.19.1",
"description": "Base nodes of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down

0 comments on commit 07838d0

Please sign in to comment.