diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bdc9d558..1ac1b139f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.12.3 (2022-01-21) + + +### Bug Fixes + +* Updated @wppconnect/wa-js to v1.1.9 ([5074de1](https://github.com/wppconnect-team/wppconnect/commit/5074de182f401b8f8e6b382aa513ca2cc65ef488)) + + + ## 1.12.2 (2022-01-15) diff --git a/package-lock.json b/package-lock.json index 42def01de..4069e79fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.12.2", + "version": "1.12.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 3520fe4de..4ad2f5f5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.12.2", + "version": "1.12.3", "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",