From ab7516ca5aa7b235a319d8d23834fb897c3e810b Mon Sep 17 00:00:00 2001 From: Edgard Date: Tue, 22 Jun 2021 20:05:16 -0300 Subject: [PATCH] chore(release): v1.7.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6484a62e..8490dd3ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.7.1](https://github.com/wppconnect-team/wppconnect/compare/v1.7.0...v1.7.1) (2021-06-22) + +### Bug Fixes + +- Corrigido a função sendLocation (fix [#273](https://github.com/wppconnect-team/wppconnect/issues/273)) ([e3dd987](https://github.com/wppconnect-team/wppconnect/commit/e3dd987c4a5dd4412d50f7b86d67577384878e06)) + # [1.7.0](https://github.com/wppconnect-team/wppconnect/compare/v1.6.0...v1.7.0) (2021-06-21) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 395432f57..21b295a12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9b654a6a7..ece8fec1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.7.0", + "version": "1.7.1", "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",