diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a694a21a..8b4015b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [4.0.2](https://github.com/orkestral/venom/compare/v4.0.1...v4.0.2) (2021-11-17) + + +### Bug Fixes + +* checkNumber ([42e631e](https://github.com/orkestral/venom/commit/42e631ebcbcd5baccedec31f37512773c77b186e)) +* eslint ([7a91719](https://github.com/orkestral/venom/commit/7a91719ec6b0a414c33cc176063778fe0597bab8)) +* eslint ([5779d62](https://github.com/orkestral/venom/commit/5779d62a44fe90be72417a3037e14a7d24ac242a)) +* send ([f1a6289](https://github.com/orkestral/venom/commit/f1a6289af68449ea2d0fca476dab8c2cb12057b0)) +* Send with more digits ([14e2fea](https://github.com/orkestral/venom/commit/14e2fea6fe6b066ce6a793b7894c1d8955b15792)) +* webpack ([dc6e5db](https://github.com/orkestral/venom/commit/dc6e5db8380a0bd0b2f56d4f1e4a9c88d6f7ab66)) + + + ## [4.0.1](https://github.com/orkestral/venom/compare/v4.0.0...v4.0.1) (2021-11-08) diff --git a/package-lock.json b/package-lock.json index acf00efdb..beeae48e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "venom-bot", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "venom-bot", - "version": "4.0.1", + "version": "4.0.2", "license": "MIT", "dependencies": { "atob": "^2.1.2", diff --git a/package.json b/package.json index 636608f3a..0cd6c4b98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "venom-bot", - "version": "4.0.1", + "version": "4.0.2", "description": "Venom is a high-performance system developed with JavaScript to create a bot for WhatsApp, support for creating any interaction, such as customer service, media sending, sentence recognition based on artificial intelligence and all types of design architecture for WhatsApp. ", "main": "dist/index.js", "types": "dist/index.d.ts",