From 9405f87101c1768d81b9252f4c6fc4de77db3bf2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 20:32:33 +0000 Subject: [PATCH] chore(release): v1.27.3 --- 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 8cedd6268..d71743795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.27.3 (2023-06-14) + +### Bug Fixes + +- **deps:** update dependency @wppconnect/wa-version to ^1.2.49 ([#1729](https://github.com/wppconnect-team/wppconnect/issues/1729)) ([bcb26ce](https://github.com/wppconnect-team/wppconnect/commit/bcb26cea7f5b02f1ba28b2a8311a586832b5659c)) + ## 1.27.2 (2023-06-05) ## 1.27.1 (2023-06-04) diff --git a/package-lock.json b/package-lock.json index 2c7ef73c2..5c639a7e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.27.2", + "version": "1.27.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wppconnect-team/wppconnect", - "version": "1.27.2", + "version": "1.27.3", "license": "LGPL-3.0-or-later", "dependencies": { "@wppconnect/wa-js": "^2.24.3", diff --git a/package.json b/package.json index f36f5abf7..25e363d4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.27.2", + "version": "1.27.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",