This commit is contained in:
Rodrigo Rodriguez 2022-09-02 10:32:10 -03:00
commit c3eb1dd0eb
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## [2.0.173](https://github.com/GeneralBots/BotServer/compare/2.0.172...2.0.173) (2022-09-01)
### Bug Fixes
* **whatsapp.gblib:** .gbapp message subprocessing. ([e72b030](https://github.com/GeneralBots/BotServer/commit/e72b030e9554c6d442de643f73e9a3f19460973f))
* **whatsapp.gblib:** .gbapp message subprocessing. ([9c00ddd](https://github.com/GeneralBots/BotServer/commit/9c00dddd78eeebe6ef8b156f3cc9a044c7756b1c))
## [2.0.172](https://github.com/GeneralBots/BotServer/compare/2.0.171...2.0.172) (2022-09-01)

View file

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