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 e58b316d21 - Show all commits

View file

@ -1,3 +1,10 @@
## [2.0.65](https://github.com/pragmatismo-io/BotServer/compare/2.0.64...2.0.65) (2020-12-06)
### Bug Fixes
* **core.gbapp:** startDialog for web OK now. ([6b325ea](https://github.com/pragmatismo-io/BotServer/commit/6b325ead34fc5ef39d3a49511b777878ce364946))
## [2.0.64](https://github.com/pragmatismo-io/BotServer/compare/2.0.63...2.0.64) (2020-12-06)

View file

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