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

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

View file

@ -1,3 +1,11 @@
## [2.0.153](https://github.com/GeneralBots/BotServer/compare/2.0.152...2.0.153) (2021-10-02)
### Bug Fixes
* **all:** Compilation error in MS AZURE (again). ([5fc6c58](https://github.com/GeneralBots/BotServer/commit/5fc6c580887ba298783b70c4b429d38e78e69140))
* **all:** Compilation error in MS AZURE (again). ([8c14913](https://github.com/GeneralBots/BotServer/commit/8c14913c1f2179ba1df02f05df2e061ffc03bf29))
## [2.0.152](https://github.com/GeneralBots/BotServer/compare/2.0.151...2.0.152) (2021-09-24)

View file

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