From af74e7c42434fc71665725f281cabee28c07e61a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 24 Jun 2024 23:38:47 +0000
Subject: [PATCH] chore(release): v1.32.3
---
CHANGELOG.md | 4 ++++
package-lock.json | 13 ++++++-------
package.json | 2 +-
3 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 226ed70a5..c02a9f6d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.32.3 (2024-06-24)
+
+- chore: upgrade @wppconnect/wa-js ([50775a8](https://github.com/wppconnect-team/wppconnect/commit/50775a8))
+
## 1.32.2 (2024-06-18)
- chore: Remove unused deps ([a600ce0](https://github.com/wppconnect-team/wppconnect/commit/a600ce0))
diff --git a/package-lock.json b/package-lock.json
index a425405a2..62bea9b74 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,15 +1,15 @@
{
"name": "@wppconnect-team/wppconnect",
- "version": "1.32.2",
+ "version": "1.32.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@wppconnect-team/wppconnect",
- "version": "1.32.2",
+ "version": "1.32.3",
"license": "LGPL-3.0-or-later",
"dependencies": {
- "@wppconnect/wa-js": "^3.3.2",
+ "@wppconnect/wa-js": "^3.4.1",
"@wppconnect/wa-version": "^1.5.26",
"atob": "^2.1.2",
"axios": "^1.7.2",
@@ -4637,10 +4637,9 @@
}
},
"node_modules/@wppconnect/wa-js": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/@wppconnect/wa-js/-/wa-js-3.3.2.tgz",
- "integrity": "sha512-S16hpGf8hMgkGvVv6Ab9Z2Lufs8sjdel8WHfO3MrqiEJlSdwriFGlv4TwzQfGivpL0ikb5iQZQOv5M+pcZ18hw==",
- "license": "Apache-2.0",
+ "version": "3.4.1",
+ "resolved": "https://registry.npmjs.org/@wppconnect/wa-js/-/wa-js-3.4.1.tgz",
+ "integrity": "sha512-4V38TNRphg3XnglgcrwoizXHbmAew22JxjtU9oaGZivJLPkFNvn38RZtXeosRsVogaTUjTf7exL3UxgL5eyEyQ==",
"engines": {
"whatsapp-web": ">=2.2326.10-beta"
}
diff --git a/package.json b/package.json
index 712e8ad9d..4e743e929 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@wppconnect-team/wppconnect",
- "version": "1.32.2",
+ "version": "1.32.3",
"description": "WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things, use your imagination... 😀🤔ðŸ’",
"main": "dist/index.js",
"types": "dist/index.d.ts",