Skip to content

Commit

Permalink
🚀 Release 1.17.1 (#7748)
Browse files Browse the repository at this point in the history
## [1.17.1](https://github.com/n8n-io/n8n/compare/n8n@1.17.0...n8n@1.17.1)
(2023-11-17)


### Bug Fixes

* **core:** Correct permissions for getstatus
([#7724](#7724))
([422af2e](422af2e))
* **editor:** Make sure LineController is registered with chart.js
([#7730](#7730))
([7d4f0cc](7d4f0cc))
* **editor:** Show v1 banner dismiss button if owner
([#7722](#7722))
([1f6ee4d](1f6ee4d))
* **GitHub Node:** Fix issue preventing file edits on branches
([#7734](#7734))
([340fe29](340fe29))
* **Google Sheets Node:** Check for `null` before de-structuring
([#7729](#7729))
([2507c31](2507c31))

Co-authored-by: netroy <netroy@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and netroy committed Nov 17, 2023
1 parent 2e86fde commit 5d428ad
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.17.1](https://github.com/n8n-io/n8n/compare/n8n@1.17.0...n8n@1.17.1) (2023-11-17)


### Bug Fixes

* **core:** Correct permissions for getstatus ([#7724](https://github.com/n8n-io/n8n/issues/7724)) ([422af2e](https://github.com/n8n-io/n8n/commit/422af2ef425a89c1ab9937e8c8440bf993b0b361))
* **editor:** Make sure LineController is registered with chart.js ([#7730](https://github.com/n8n-io/n8n/issues/7730)) ([7d4f0cc](https://github.com/n8n-io/n8n/commit/7d4f0ccf175dcbd9f01ce66caa3aea6474991a5c))
* **editor:** Show v1 banner dismiss button if owner ([#7722](https://github.com/n8n-io/n8n/issues/7722)) ([1f6ee4d](https://github.com/n8n-io/n8n/commit/1f6ee4d2a94ba726efa9eea5c8e4a8d1ee1dc675))
* **GitHub Node:** Fix issue preventing file edits on branches ([#7734](https://github.com/n8n-io/n8n/issues/7734)) ([340fe29](https://github.com/n8n-io/n8n/commit/340fe29267539bf552f0db0f597b3be2e4612a79))
* **Google Sheets Node:** Check for `null` before destructuring ([#7729](https://github.com/n8n-io/n8n/issues/7729)) ([2507c31](https://github.com/n8n-io/n8n/commit/2507c31d5a0bd98e283ce571c23b476d38a879c3))



# [1.17.0](https://github.com/n8n-io/n8n/compare/n8n@1.16.0...n8n@1.17.0) (2023-11-15)


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.17.0",
"version": "1.17.1",
"private": true,
"homepage": "https://n8n.io",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@n8n/client-oauth2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n8n/client-oauth2",
"version": "0.8.0",
"version": "0.8.1",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",
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.17.0",
"version": "1.17.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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-core",
"version": "1.17.0",
"version": "1.17.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.17.0",
"version": "1.17.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/node-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-node-dev",
"version": "1.17.0",
"version": "1.17.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.17.0",
"version": "1.17.1",
"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.17.0",
"version": "1.17.1",
"description": "Workflow base code of n8n",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
Expand Down

0 comments on commit 5d428ad

Please sign in to comment.