diff --git a/CHANGELOG.md b/CHANGELOG.md index d82b80fe9c..13f2551c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.193.1](https://github.com/n8n-io/n8n/compare/n8n@0.193.0...n8n@0.193.1) (2022-08-31) + + +### Bug Fixes + +* **editor:** Fix bug where col headers don't show ([#3985](https://github.com/n8n-io/n8n/issues/3985)) ([bee3840](https://github.com/n8n-io/n8n/commit/bee38400505b8862a4e1e5bf28b18088ff8ced8f)) + + + # [0.193.0](https://github.com/n8n-io/n8n/compare/n8n@0.192.2...n8n@0.193.0) (2022-08-31) diff --git a/package.json b/package.json index c65bcf2c18..aeaa073c28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "0.193.0", + "version": "0.193.1", "private": true, "homepage": "https://n8n.io", "scripts": {