fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 8 additions and 1 deletions
Showing only changes of commit d60b8b629f - Show all commits

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",