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 66f594de4e - Show all commits

View file

@ -1,3 +1,10 @@
## [2.0.38](https://github.com/pragmatismo-io/BotServer/compare/2.0.37...2.0.38) (2020-11-11)
### Bug Fixes
* **core.gbapp:** SEND FILE TO order of VM call prioritized. ([a4c03b8](https://github.com/pragmatismo-io/BotServer/commit/a4c03b834cc693d9bba8bb2cc13fdf2c14c53528))
## [2.0.37](https://github.com/pragmatismo-io/BotServer/compare/2.0.36...2.0.37) (2020-11-11)

View file

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