Skip to content

Commit

Permalink
🚀 Release 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored Oct 9, 2023
1 parent 19048a5 commit 98aa996
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [1.9.2](https://github.com/n8n-io/n8n/compare/[email protected]@1.9.2) (2023-10-09)


### Bug Fixes

* **core:** Add an option to enable postgres ssl with default certs ([#6889](https://github.com/n8n-io/n8n/issues/6889)) ([0de6d7d](https://github.com/n8n-io/n8n/commit/0de6d7d9123ae6f63308187a484695ff4e633f8f))
* **editor:** Fix disappearing NDV header in code nodes ([#7290](https://github.com/n8n-io/n8n/issues/7290)) ([7d87392](https://github.com/n8n-io/n8n/commit/7d8739246689088d44d2e4655855982e64ced91a))
* **editor:** Remove excess margin below run data editor ([#7372](https://github.com/n8n-io/n8n/issues/7372)) ([8c38984](https://github.com/n8n-io/n8n/commit/8c3898427cc0d363233a576eb320b233586dd63c))
* **editor:** Use display option's @Version specifier ([#7351](https://github.com/n8n-io/n8n/issues/7351)) ([73a98cb](https://github.com/n8n-io/n8n/commit/73a98cb13e74fb0547fe2bfb9ff1153a312dd3f1))
* **Google BigQuery Node:** Location default to jobReference ([#7354](https://github.com/n8n-io/n8n/issues/7354)) ([489a12d](https://github.com/n8n-io/n8n/commit/489a12d9ff39339ab1b8fa4715b5e416f50d90d7))
* **Google Drive Trigger Node:** Add Shared Drives support ([#7369](https://github.com/n8n-io/n8n/issues/7369)) ([138d26c](https://github.com/n8n-io/n8n/commit/138d26c4b39e8add7e0647f42d8a1d84fa3a2ad0))
* **Google Sheets Node:** Fix "Maximum call stack size exceeded" error on too many rows ([#7384](https://github.com/n8n-io/n8n/issues/7384)) ([200fb54](https://github.com/n8n-io/n8n/commit/200fb54a5f10136dfc5604089ed5e74ca7f70fb5))
* **HTML Node:** Update property fields to not use expressions on drag ([#7379](https://github.com/n8n-io/n8n/issues/7379)) ([4517001](https://github.com/n8n-io/n8n/commit/4517001c0d0ff2e8ebfb50f2d79aa880b0f7263c))



## [1.9.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.9.1) (2023-10-04)


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.9.1",
"version": "1.9.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.9.1",
"version": "1.9.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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-core",
"version": "1.9.0",
"version": "1.9.1",
"description": "Core functionality of n8n",
"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.9.1",
"version": "1.9.2",
"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/node-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-node-dev",
"version": "1.9.0",
"version": "1.9.1",
"description": "CLI to simplify n8n credentials/node development",
"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.9.1",
"version": "1.9.2",
"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.9.0",
"version": "1.9.1",
"description": "Workflow base code of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down

0 comments on commit 98aa996

Please sign in to comment.