diff --git a/CHANGELOG.md b/CHANGELOG.md index 75eebbd7e..2909c4bb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.17.0 (2022-09-17) + + +### Bug Fixes + +* **deps:** update dependency @wppconnect/wa-version to ^1.1.154 ([#1334](https://github.com/wppconnect-team/wppconnect/issues/1334)) ([daa94ef](https://github.com/wppconnect-team/wppconnect/commit/daa94ef808660bd5acb143ceb8c9bff9a3a25a18)) + + + ## 1.16.1 (2022-08-09) diff --git a/package-lock.json b/package-lock.json index 3b96ada82..9267f152b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.16.1", + "version": "1.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wppconnect-team/wppconnect", - "version": "1.16.1", + "version": "1.17.0", "license": "LGPL-3.0-or-later", "dependencies": { "@wppconnect/wa-js": "^2.12.0", diff --git a/package.json b/package.json index d82e41066..cdfb9f5fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wppconnect-team/wppconnect", - "version": "1.16.1", + "version": "1.17.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",