Skip to content

Commit

Permalink
chore(release): v2.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Nov 21, 2020
1 parent 2a3366e commit f24416a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.0.23](https://github.com/orkestral/venom/compare/v2.0.22...v2.0.23) (2020-11-21)

### Bug Fixes

- Added timeout for browserWS connection ([3b31c1f](https://github.com/orkestral/venom/commit/3b31c1f2412559d87ee4097d7ab4cd027445b5e6))
- Added timeout for browserWS connection ([1b28832](https://github.com/orkestral/venom/commit/1b288322d5e4a4ef7d52402be28d638aaf478d6a))
- Fixed autoclose is holding promise ([35a5898](https://github.com/orkestral/venom/commit/35a58989d6314a82dfc3a0c4f8bb81c58b98808a))
- Fixed return of sendText for new non contact ([4147e75](https://github.com/orkestral/venom/commit/4147e75b53ca22fecd855356dbaaf80dd3710f94))
- Fixed send content from URL ([325538b](https://github.com/orkestral/venom/commit/325538b80f45a2792ff1119841bf03849723a416))
- Fixed sendImageAsStickerGif for big images (close [#251](https://github.com/orkestral/venom/issues/251)) ([48b1268](https://github.com/orkestral/venom/commit/48b12683bf8b249bf1088d2a8dd8071140109014))

## [2.0.22](https://github.com/orkestral/venom/compare/v2.0.21...v2.0.22) (2020-11-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "venom-bot",
"version": "2.0.22",
"version": "2.0.23",
"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",
Expand Down

0 comments on commit f24416a

Please sign in to comment.