diff --git a/CHANGELOG.md b/CHANGELOG.md index 4afedd109..6a49f379c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.30.3 (2024-05-03) + +### Bug Fixes + +- **deps:** update dependency @wppconnect/wa-js to ^3.2.4 ([#2168](https://github.com/wppconnect-team/wppconnect/issues/2168)) ([df59aec](https://github.com/wppconnect-team/wppconnect/commit/df59aecc61415f6163dcd9e1ab79ebb0c9b8402f)) + ## 1.30.2 (2024-04-25) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index f32a01174..c7719a0f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.30.2", + "version": "1.30.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wppconnect-team/wppconnect", - "version": "1.30.2", + "version": "1.30.3", "license": "LGPL-3.0-or-later", "dependencies": { "@wppconnect/wa-js": "^3.2.4", diff --git a/package.json b/package.json index efe25ce55..ece548192 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.30.2", + "version": "1.30.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",