📚 Update CHANGELOG.md and main package.json to 0.195.1

This commit is contained in:
Jan Oberhauser 2022-09-21 20:43:43 +02:00
parent 37023cc96d
commit 708796e17f
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
## [0.195.1](https://github.com/n8n-io/n8n/compare/n8n@0.195.0...n8n@0.195.1) (2022-09-21)
### Bug Fixes
* **core:** Fix postgres migration ([#4164](https://github.com/n8n-io/n8n/issues/4164)) ([2598ec8](https://github.com/n8n-io/n8n/commit/2598ec8a3e7a7d4e444cd4767d5944fa691dd9e1))
# [0.195.0](https://github.com/n8n-io/n8n/compare/n8n@0.194.0...n8n@0.195.0) (2022-09-21)

View file

@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "0.195.0",
"version": "0.195.1",
"private": true,
"homepage": "https://n8n.io",
"scripts": {