chore(release): 2.0.138 [skip ci]

## [2.0.138](https://github.com/GeneralBots/BotServer/compare/2.0.137...2.0.138) (2021-08-19)

### Bug Fixes

* **core.gbapp:** Images now working in WhatsApp. ([525f465](525f465be4))
This commit is contained in:
Rodrigo 2021-08-19 12:19:01 +00:00
parent 525f465be4
commit 51f4205e96
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.138](https://github.com/GeneralBots/BotServer/compare/2.0.137...2.0.138) (2021-08-19)
### Bug Fixes
* **core.gbapp:** Images now working in WhatsApp. ([525f465](https://github.com/GeneralBots/BotServer/commit/525f465be4fd63d3d3612212adb60f844e044ed8))
## [2.0.137](https://github.com/GeneralBots/BotServer/compare/2.0.136...2.0.137) (2021-08-16)

View file

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