From f1c3225b9b73c0a21888591ed37c493cdb8d82ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:00:22 +0000 Subject: [PATCH] chore(release): v1.28.3 --- 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 e184859b1..12abfa627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.28.3 (2023-11-15) + +- feat: Added client.getCommonGroups function ([194c898](https://github.com/wppconnect-team/wppconnect/commit/194c898)) + ## 1.28.2 (2023-11-04) - chore: Update release-it ([4869dc8](https://github.com/wppconnect-team/wppconnect/commit/4869dc8)) diff --git a/package-lock.json b/package-lock.json index 17dc1f086..9350ca595 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.28.2", + "version": "1.28.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wppconnect-team/wppconnect", - "version": "1.28.2", + "version": "1.28.3", "license": "LGPL-3.0-or-later", "dependencies": { "@wppconnect/wa-js": "^2.28.0", diff --git a/package.json b/package.json index 720460c6e..1da075bb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.28.2", + "version": "1.28.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",