Skip to content

Commit

Permalink
chore(release): v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Jun 21, 2021
1 parent 286a87e commit 337a149
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.7.0](https://github.com/wppconnect-team/wppconnect/compare/v1.6.0...v1.7.0) (2021-06-21)

### Bug Fixes

- Corrigido a função getProfilePicFromServer ([#240](https://github.com/wppconnect-team/wppconnect/issues/240)) ([b7061e5](https://github.com/wppconnect-team/wppconnect/commit/b7061e5da570ba146dd18695a9de7e62858d70bc))
- Corrigido e melhorado a função de onLiveLocation (fix [#258](https://github.com/wppconnect-team/wppconnect/issues/258)) ([6bc6d7e](https://github.com/wppconnect-team/wppconnect/commit/6bc6d7e706eb2a6a30e8f24a81e466f35a2c2c10))

### Features

- new functions catalog business ([#255](https://github.com/wppconnect-team/wppconnect/issues/255)) ([96d391e](https://github.com/wppconnect-team/wppconnect/commit/96d391e90dfea9e5dee8cd72d6d04e6d842c5ea2))

# [1.6.0](https://github.com/wppconnect-team/wppconnect/compare/v1.5.2...v1.6.0) (2021-06-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wppconnect-team/wppconnect",
"version": "1.6.0",
"version": "1.7.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",
Expand Down

0 comments on commit 337a149

Please sign in to comment.