version: 1.4.8

This commit is contained in:
Davidson Gomes 2023-07-27 10:28:26 -03:00
parent 332ec69ee8
commit 65e2ecf88e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 1.4.8 (2023-07-27 10:27)
### Fixed
* Fixed error return bug
# 1.4.7 (2023-07-27 08:47) # 1.4.7 (2023-07-27 08:47)
### Fixed ### Fixed

View File

@ -1,6 +1,6 @@
{ {
"name": "evolution-api", "name": "evolution-api",
"version": "1.4.7", "version": "1.4.8",
"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": {