From 488d84375b85b76d3a388b96b3ac599350f55d3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:47:07 +0000 Subject: [PATCH] chore(release): v1.30.2 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4139038f9..4afedd109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.30.2 (2024-04-25) + +### Bug Fixes + +- Upgrade whatsappVersion ([b8b1ec7](https://github.com/wppconnect-team/wppconnect/commit/b8b1ec75e5b2926e96fe83f21921f49824eea9cc)) + ## 1.30.1 (2024-03-11) - fix: Fixed login by qr code ([5ebd5f5](https://github.com/wppconnect-team/wppconnect/commit/5ebd5f5)) diff --git a/package-lock.json b/package-lock.json index d107f16f5..a1e065afc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.30.1", + "version": "1.30.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wppconnect-team/wppconnect", - "version": "1.30.1", + "version": "1.30.2", "license": "LGPL-3.0-or-later", "dependencies": { "@wppconnect/wa-js": "^3.1.1", diff --git a/package.json b/package.json index 4cf96337a..64ad4607c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.30.1", + "version": "1.30.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",