diff --git a/CHANGELOG.md b/CHANGELOG.md index 8490dd3ed..06e4d0ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.7.2](https://github.com/wppconnect-team/wppconnect/compare/v1.7.1...v1.7.2) (2021-07-01) + +### Features + +- Adicionado nova função getMessages (fix [#282](https://github.com/wppconnect-team/wppconnect/issues/282)) ([ee783e4](https://github.com/wppconnect-team/wppconnect/commit/ee783e423292665c355f5232ccec8b363a872dd3)) + ## [1.7.1](https://github.com/wppconnect-team/wppconnect/compare/v1.7.0...v1.7.1) (2021-06-22) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index ed1c99d64..a801e05ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.7.1", + "version": "1.7.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ece8fec1d..7b89fd965 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.7.1", + "version": "1.7.2", "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",