diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e10989c9..64a06721f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.35.1 (2024-10-30) + +- fix: Upgrade whatsappVersion to 2.3000.10173x ([2b609f5](https://github.com/wppconnect-team/wppconnect/commit/2b609f5)) + ## 1.35.0 (2024-10-24) - fix(deps): update dependency @wppconnect/wa-version to ^1.5.557 (#2399) ([4bc22a5](https://github.com/wppconnect-team/wppconnect/commit/4bc22a5)), closes [#2399](https://github.com/wppconnect-team/wppconnect/issues/2399) diff --git a/package-lock.json b/package-lock.json index ed7fcf4c7..f8a7fd333 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.35.0", + "version": "1.35.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wppconnect-team/wppconnect", - "version": "1.35.0", + "version": "1.35.1", "license": "LGPL-3.0-or-later", "dependencies": { "@wppconnect/wa-js": "^3.12.1", diff --git a/package.json b/package.json index dff234db8..e460b8377 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.35.0", + "version": "1.35.1", "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",