diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a23b528..226ed70a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.32.2 (2024-06-18) + +- chore: Remove unused deps ([a600ce0](https://github.com/wppconnect-team/wppconnect/commit/a600ce0)) + ## 1.32.1 (2024-06-17) - fix: Fixed emitting events ([95e934d](https://github.com/wppconnect-team/wppconnect/commit/95e934d)) diff --git a/package-lock.json b/package-lock.json index d1384809b..cf22bf412 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.32.1", + "version": "1.32.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wppconnect-team/wppconnect", - "version": "1.32.1", + "version": "1.32.2", "license": "LGPL-3.0-or-later", "dependencies": { "@wppconnect/wa-js": "^3.3.2", diff --git a/package.json b/package.json index 37a2fccf1..0d0e1e79b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.32.1", + "version": "1.32.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",