diff --git a/CHANGELOG.md b/CHANGELOG.md index c64cb4d25..4730aeb00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.25.0 (2023-05-30) + +### Bug Fixes + +- **deps:** update dependency @wppconnect/wa-version to ^1.2.42 ([#1700](https://github.com/wppconnect-team/wppconnect/issues/1700)) ([1c07a4b](https://github.com/wppconnect-team/wppconnect/commit/1c07a4b410037dbb748749e9faefde0fc4f04903)) + # 1.24.0 (2023-04-29) ## 1.23.2 (2023-04-03) diff --git a/package-lock.json b/package-lock.json index a0d367c12..684e712d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.24.0", + "version": "1.25.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wppconnect-team/wppconnect", - "version": "1.24.0", + "version": "1.25.0", "license": "LGPL-3.0-or-later", "dependencies": { "@wppconnect/wa-js": "^2.24.2", diff --git a/package.json b/package.json index 2682c23ca..30daeb2da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.24.0", + "version": "1.25.0", "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",