feat: chatwoot integration completed

This commit is contained in:
Davidson Gomes 2023-07-12 21:01:06 -03:00
parent c45b2adad6
commit 3eda2a1f2a
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# 1.1.6 (homolog) # 1.2.0 (homolog)
### Features
* Native integration with chatwoot
### Fixed ### Fixed
* Adjusts in docker-compose files * Adjusts in docker-compose files

View File

@ -1,6 +1,6 @@
{ {
"name": "evolution-api", "name": "evolution-api",
"version": "1.1.6", "version": "1.2.0",
"description": "Rest api for communication with WhatsApp", "description": "Rest api for communication with WhatsApp",
"main": "./dist/src/main.js", "main": "./dist/src/main.js",
"scripts": { "scripts": {