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

This commit is contained in:
Rodrigo Rodriguez 2021-01-28 07:57:35 -03:00
commit d60b8b629f
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.95](https://github.com/GeneralBots/BotServer/compare/2.0.94...2.0.95) (2021-01-27)
### Bug Fixes
* **core.gbapp:** More logging on sendToMobile from MD. ([c8bf760](https://github.com/GeneralBots/BotServer/commit/c8bf7606b12e8adf992c0b7abc749fab9f8b4873))
## [2.0.94](https://github.com/GeneralBots/BotServer/compare/2.0.93...2.0.94) (2021-01-27)

View file

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