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

View file

@ -1,3 +1,10 @@
## [2.0.9](https://github.com/pragmatismo-io/BotServer/compare/2.0.8...2.0.9) (2020-09-21)
### Bug Fixes
* **core.gbapp:** Dynamic services from .gbapps. ([c01430f](https://github.com/pragmatismo-io/BotServer/commit/c01430f0f38ccbf7abfd7a69c3ed238fbac04180))
## [2.0.8](https://github.com/pragmatismo-io/BotServer/compare/2.0.7...2.0.8) (2020-09-20)

View file

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