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

View file

@ -1,3 +1,10 @@
## [2.0.11](https://github.com/pragmatismo-io/BotServer/compare/2.0.10...2.0.11) (2020-10-14)
### Bug Fixes
* **all:** sendFile working after path fix. ([2c901f4](https://github.com/pragmatismo-io/BotServer/commit/2c901f451bac49a58e2c1a8e8f4cb99f82b8c465))
## [2.0.10](https://github.com/pragmatismo-io/BotServer/compare/2.0.9...2.0.10) (2020-10-08)

View file

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