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": {