From db3518fd1e3ab90e5e9e28b47afff19dd8d91e41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 13:44:14 +0000 Subject: [PATCH] chore(release): v6.4.0 --- CHANGELOG.md | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a027aa9..14ebee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## 6.3.1 (2023-07-08) +# 6.4.0 (2023-07-18) -### Bug Fixes +### Features -* Added jid of people who added to the group ([#223](https://github.com/WhiskeySockets/Baileys/issues/223)) ([c2d88fd](https://github.com/WhiskeySockets/Baileys/commit/c2d88fddc605f07f4d6990e0d705e3e65140d439)) +* Whatsapp v2.2329.9 proto/version change ([#169](https://github.com/WhiskeySockets/Baileys/issues/169)) ([a84f75e](https://github.com/WhiskeySockets/Baileys/commit/a84f75ef2a3af231454efca28bdf3d590a751812)) diff --git a/package.json b/package.json index 1e44850..bd91bf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@whiskeysockets/baileys", - "version": "6.3.1", + "version": "6.4.0", "description": "WhatsApp API", "keywords": [ "whatsapp", @@ -98,4 +98,4 @@ } }, "packageManager": "yarn@1.22.19" -} \ No newline at end of file +}