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

This commit is contained in:
Jan Oberhauser 2022-09-23 12:11:49 +02:00
parent 9ca2ac1dc4
commit 6ab8e4d56a
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
## [0.195.5](https://github.com/n8n-io/n8n/compare/n8n@0.195.4...n8n@0.195.5) (2022-09-23)
### Bug Fixes
* **editor:** Fix extract value logic for expressions ([#4178](https://github.com/n8n-io/n8n/issues/4178)) ([46f9562](https://github.com/n8n-io/n8n/commit/46f95622e38e0327c01927bc41f4ea3c413db466))
## [0.195.4](https://github.com/n8n-io/n8n/compare/n8n@0.195.3...n8n@0.195.4) (2022-09-22)

View file

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