This commit is contained in:
Rodrigo Rodriguez 2022-08-06 19:38:17 -03:00
commit 28a6f33700
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.161](https://github.com/GeneralBots/BotServer/compare/2.0.160...2.0.161) (2022-08-06)
### Bug Fixes
* **whatsapp.gblib:** SEND FILE sending bug. ([7eeadfa](https://github.com/GeneralBots/BotServer/commit/7eeadfa92deea7e61c277c7a75c1d0b49d7dca5c))
## [2.0.160](https://github.com/GeneralBots/BotServer/compare/2.0.159...2.0.160) (2022-08-06)

View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "2.0.160",
"version": "2.0.161",
"description": "General Bot Community Edition open-core server.",
"main": "./boot.js",
"bugs": "https://github.com/pragmatismo-io/BotServer/issues",