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 3dd6da8697 - Show all commits

View file

@ -1,3 +1,10 @@
## [2.0.86](https://github.com/pragmatismo-io/BotServer/compare/2.0.85...2.0.86) (2021-01-08)
### Bug Fixes
* **admin.gbapp:** Trying to fix .gbot deployment error. ([63b2a57](https://github.com/pragmatismo-io/BotServer/commit/63b2a577b23dd35d1335eaa1f66f5b689c775da1))
## [2.0.85](https://github.com/pragmatismo-io/BotServer/compare/2.0.84...2.0.85) (2021-01-07)

View file

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