From 5b04994eee86bfdab51d7590acb6d81569238ddd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 22:06:37 +0000 Subject: [PATCH] chore(release): v1.18.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 862045846..d3511bf47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.18.0 (2022-10-18) + + +### Features + +* Improved QRCode re-scan (fix [#1189](https://github.com/wppconnect-team/wppconnect/issues/1189)) ([8ec5264](https://github.com/wppconnect-team/wppconnect/commit/8ec5264e55e01c15efd3e3c273c54e34cad166c9)) + + + ## 1.17.1 (2022-10-10) diff --git a/package-lock.json b/package-lock.json index cde64b171..cfd585507 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.17.1", + "version": "1.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wppconnect-team/wppconnect", - "version": "1.17.1", + "version": "1.18.0", "license": "LGPL-3.0-or-later", "dependencies": { "@wppconnect/wa-js": "^2.13.3", diff --git a/package.json b/package.json index 084da5d0a..c2bd79e3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.17.1", + "version": "1.18.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",