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

View file

@ -1,3 +1,11 @@
## [2.0.126](https://github.com/GeneralBots/BotServer/compare/2.0.125...2.0.126) (2021-06-21)
### Bug Fixes
* **core.gbapp:** Fix default theme information. ([e2fee04](https://github.com/GeneralBots/BotServer/commit/e2fee04cfcd40d85bcfb963825e924f0b66b271f))
* **core.gbapp:** Fix default theme information. ([e1f0176](https://github.com/GeneralBots/BotServer/commit/e1f0176409f2c2a87b8f3aee349b9c6b27c145e0))
## [2.0.125](https://github.com/GeneralBots/BotServer/compare/2.0.124...2.0.125) (2021-06-20)

View file

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