diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5cb6afe..03c227f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.19.1 (2022-11-18) + + +### Bug Fixes + +* Fixed onMessage method (fix [#1351](https://github.com/wppconnect-team/wppconnect/issues/1351)) ([e8549a1](https://github.com/wppconnect-team/wppconnect/commit/e8549a10cf7b3ed5a04209bdd7d58b9a3c073f32)) + + + # 1.19.0 (2022-11-02) diff --git a/package-lock.json b/package-lock.json index 53d4fdcca..a21d267ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.19.0", + "version": "1.19.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wppconnect-team/wppconnect", - "version": "1.19.0", + "version": "1.19.1", "license": "LGPL-3.0-or-later", "dependencies": { "@wppconnect/wa-js": "^2.15.2", diff --git a/package.json b/package.json index 9b53bead0..47beb8dcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.19.0", + "version": "1.19.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",