From 0a285b0a2779576048138ecba71b2f5c28ad9ab2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:17:46 +0000 Subject: [PATCH] chore(release): v1.33.0 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 601e7bf7e..038569f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.33.0 (2024-08-05) + +- feat: Added client.closeChat function (close #2271) (#2290) ([539e5d9](https://github.com/wppconnect-team/wppconnect/commit/539e5d9)), closes [#2271](https://github.com/wppconnect-team/wppconnect/issues/2271) [#2290](https://github.com/wppconnect-team/wppconnect/issues/2290) + ## 1.32.4 (2024-07-16) - fix(deps): update dependency @wppconnect/wa-js to ^3.6.0 (#2275) ([4d56011](https://github.com/wppconnect-team/wppconnect/commit/4d56011)), closes [#2275](https://github.com/wppconnect-team/wppconnect/issues/2275) diff --git a/package-lock.json b/package-lock.json index cf3d4743e..5654d0b05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.32.4", + "version": "1.33.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wppconnect-team/wppconnect", - "version": "1.32.4", + "version": "1.33.0", "license": "LGPL-3.0-or-later", "dependencies": { "@wppconnect/wa-js": "^3.8.1", diff --git a/package.json b/package.json index 97c90104d..be8d8ff00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.32.4", + "version": "1.33.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",