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 6f6ae57ef2 - Show all commits

View file

@ -1,3 +1,10 @@
## [2.0.13](https://github.com/pragmatismo-io/BotServer/compare/2.0.12...2.0.13) (2020-10-21)
### Bug Fixes
* **core.gbapp:** Field active is now being filled at instance creation. ([aee2c17](https://github.com/pragmatismo-io/BotServer/commit/aee2c17d4c60a972f6b64f588343d9e86327d48d))
## [2.0.12](https://github.com/pragmatismo-io/BotServer/compare/2.0.11...2.0.12) (2020-10-18)

View file

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