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 233881b5ff - Show all commits

View file

@ -1,3 +1,10 @@
## [2.0.70](https://github.com/pragmatismo-io/BotServer/compare/2.0.69...2.0.70) (2020-12-10)
### Bug Fixes
* **core.gbapp:** Improvements in language selection and MSTEAMS integration. ([23b89e5](https://github.com/pragmatismo-io/BotServer/commit/23b89e5c79b341da42e214acc7c5a4de81e9ad6a))
## [2.0.69](https://github.com/pragmatismo-io/BotServer/compare/2.0.68...2.0.69) (2020-12-08)

View file

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