diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f8125f2df..a135c2578c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.197.1](https://github.com/n8n-io/n8n/compare/n8n@0.197.0...n8n@0.197.1) (2022-10-10) + + +### Bug Fixes + +* **editor:** Fix resource locator width for trigger nodes ([#4302](https://github.com/n8n-io/n8n/issues/4302)) ([845d1f8](https://github.com/n8n-io/n8n/commit/845d1f8bd9763e9b886ac70c7ccbd37ff1c24b43)) + + # [0.197.0](https://github.com/n8n-io/n8n/compare/n8n@0.196.0...n8n@0.197.0) (2022-10-10) diff --git a/package.json b/package.json index 2a23cbb7b0..bf67b864d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "0.197.0", + "version": "0.197.1", "private": true, "homepage": "https://n8n.io", "scripts": {