From 089810fb555a9879f77341ce32a60b432331ae9c Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Mon, 29 Jul 2024 09:34:29 -0300 Subject: [PATCH] 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. --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34686b4c..c08a335c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.0.4-beta (beta) + +### Fixed + +* Update Baileys Version + # 2.0.3-beta (2024-07-29 09:03) ### Features diff --git a/package.json b/package.json index bb5e60c5..f4f00d51 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@sentry/node": "^7.59.2", "amqplib": "^0.10.3", "axios": "^1.6.5", - "baileys": "github:EvolutionAPI/Baileys", + "baileys": "6.7.5", "class-validator": "^0.14.1", "compression": "^1.7.4", "cors": "^2.8.5",