fix: Update Baileys version in package.json and CHANGELOG.md

This commit updates the Baileys version from 'github:EvolutionAPI/Baileys' to '6.7.5' in the package.json file. Additionally, it includes an update to the CHANGELOG.md file, adding a new section for version 2.0.4-beta with a fixed issue related to Baileys. This change improves the stability and compatibility of the project with the latest Baileys version.
This commit is contained in:
Davidson Gomes 2024-07-29 09:34:29 -03:00
parent 24866834e9
commit 089810fb55
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 2.0.4-beta (beta)
### Fixed
* Update Baileys Version
# 2.0.3-beta (2024-07-29 09:03) # 2.0.3-beta (2024-07-29 09:03)
### Features ### Features

View File

@ -54,7 +54,7 @@
"@sentry/node": "^7.59.2", "@sentry/node": "^7.59.2",
"amqplib": "^0.10.3", "amqplib": "^0.10.3",
"axios": "^1.6.5", "axios": "^1.6.5",
"baileys": "github:EvolutionAPI/Baileys", "baileys": "6.7.5",
"class-validator": "^0.14.1", "class-validator": "^0.14.1",
"compression": "^1.7.4", "compression": "^1.7.4",
"cors": "^2.8.5", "cors": "^2.8.5",