Merge branch 'master' of https://github.com/GeneralBots/BotServer into master

This commit is contained in:
Rodrigo Rodriguez 2021-08-21 09:18:33 -03:00
commit eacd933b05
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",