From 11bd50e26a6fd2e9eac8c4a36504cee312ea6eb1 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 20 Dec 2024 20:39:27 +0000
Subject: [PATCH] chore(release): v1.35.2
---
CHANGELOG.md | 4 ++++
package-lock.json | 4 ++--
package.json | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64a06721f..922320b7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.35.2 (2024-12-20)
+
+- fix(deps): update dependency @wppconnect/wa-js to ^3.16.0 (#2425) ([28384fd](https://github.com/wppconnect-team/wppconnect/commit/28384fd)), closes [#2425](https://github.com/wppconnect-team/wppconnect/issues/2425)
+
## 1.35.1 (2024-10-30)
- fix: Upgrade whatsappVersion to 2.3000.10173x ([2b609f5](https://github.com/wppconnect-team/wppconnect/commit/2b609f5))
diff --git a/package-lock.json b/package-lock.json
index 18b7778b3..0a2d3c949 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@wppconnect-team/wppconnect",
- "version": "1.35.1",
+ "version": "1.35.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@wppconnect-team/wppconnect",
- "version": "1.35.1",
+ "version": "1.35.2",
"license": "LGPL-3.0-or-later",
"dependencies": {
"@wppconnect/wa-js": "^3.16.0",
diff --git a/package.json b/package.json
index 0fdab79fc..7a931e3e1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@wppconnect-team/wppconnect",
- "version": "1.35.1",
+ "version": "1.35.2",
"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",