From be19fa96ce99e341bd0d8e118d8a88c9bbd7db94 Mon Sep 17 00:00:00 2001
From: that-one-tom <19203795+that-one-tom@users.noreply.github.com>
Date: Mon, 28 Feb 2022 13:59:04 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Added=200.165.0=20changelog?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/reference/changelog.md | 38 +++++++++++++++++++++++++++++++++++++
package.json | 2 +-
2 files changed, 39 insertions(+), 1 deletion(-)
diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md
index f828a512d..878576d08 100644
--- a/docs/reference/changelog.md
+++ b/docs/reference/changelog.md
@@ -2,6 +2,44 @@
🛠 = Version contains a breaking change. Check out the list of all the breaking changes [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md).
+## n8n@0.165.0
+
+For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.164.1...n8n@0.165.0) for this version.
+**Release date:** 2022-02-28
+
+### New nodes ✨
+
+
+
+
+### Enhanced nodes 🚀
+
+
+
+
+
+
+
+### Core Functionality ⚙️
+
+- Added support for optional `success-url` parameter to nightly builds workflow.
+- Added support for workflow templates.
+- Fixed a bug causing credentials tests to fail for versioned nodes.
+- Fixed a build problem by addind dependencies `@types/lodash.set` to the `workflow` package and `@types/uuid` to the `core` package.
+- Fixed an error causing some resources to ignore a non-standard `N8N_PATH` value.
+- Fixed an error preventing the placeholder text from being shown when entering credentials.
+- Improved error handling for telemetry-related errors.
+
+### Bug fixes 🐛
+
+
+
+
+
+### Contributors 🙌
+
+[alexwitkowski](https://github.com/awitkowski0), [Iñaki Breinbauer](https://github.com/quansenB), [Rodrigo Correia](https://github.com/rodrigoscdc), [Santiago Botero Ruiz](https://github.com/yoky-devsavant), [saurabh kashyap](https://github.com/saurabharch), [Ugo Bataillard](https://github.com/knshiro)
+
## n8n@0.164.1
For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.164.0...n8n@0.164.1) for this version.
diff --git a/package.json b/package.json
index 9e10ae155..4addfa181 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
- "n8n-nodes-base": "^0.162.0",
+ "n8n-nodes-base": "^0.163.0",
"vuepress-plugin-sitemap": "^2.3.1"
},
"devDependencies": {