chore(release): 2.0.171 [skip ci]

## [2.0.171](https://github.com/GeneralBots/BotServer/compare/2.0.170...2.0.171) (2022-09-01)

### Bug Fixes

* **whatsapp.gblib:** .gbapp message subprocessing. ([a5073e0](a5073e020e))
This commit is contained in:
Rodrigo 2022-09-01 01:51:38 +00:00
parent 30bc3c4de2
commit 041cb7bb2a
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.171](https://github.com/GeneralBots/BotServer/compare/2.0.170...2.0.171) (2022-09-01)
### Bug Fixes
* **whatsapp.gblib:** .gbapp message subprocessing. ([a5073e0](https://github.com/GeneralBots/BotServer/commit/a5073e020eba72c3b3057d4e154e9b89b26e0cf0))
## [2.0.170](https://github.com/GeneralBots/BotServer/compare/2.0.169...2.0.170) (2022-08-29) ## [2.0.170](https://github.com/GeneralBots/BotServer/compare/2.0.169...2.0.170) (2022-08-29)

View file

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