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

This commit is contained in:
Jan Oberhauser 2022-09-22 13:42:14 +02:00
parent 70371a4f8d
commit 8eeed77edb
2 changed files with 10 additions and 2 deletions

View file

@ -1,9 +1,17 @@
## [0.195.3](https://github.com/n8n-io/n8n/compare/n8n@0.195.2...n8n@0.195.3) (2022-09-22)
### Bug Fixes
* **editor:** Fix expressions bug with numbers and booleans ([#4169](https://github.com/n8n-io/n8n/issues/4169)) ([19d08e6](https://github.com/n8n-io/n8n/commit/19d08e641896fa9b1c9edf04505eac213e1de71a))
* **MSSQL Node:** Support tdsVersion option ([89d2d10](https://github.com/n8n-io/n8n/commit/89d2d10c520482f47ddd755e76b0bdf3d45e6008))
## [0.195.2](https://github.com/n8n-io/n8n/compare/n8n@0.195.1...n8n@0.195.2) (2022-09-22)
### Bug Fixes
* **MSSQL Node:** Support tdsVersion option ([89d2d10](https://github.com/n8n-io/n8n/commit/89d2d10c520482f47ddd755e76b0bdf3d45e6008))
* **core:** Fix mysql migration ([#4166](https://github.com/n8n-io/n8n/issues/4166)) ([0aeb55d](https://github.com/n8n-io/n8n/commit/0aeb55dcfd6c107c67e4c974e3371e29e188310b))

View file

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