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

View file

@ -1,3 +1,11 @@
## [2.0.97](https://github.com/GeneralBots/BotServer/compare/2.0.96...2.0.97) (2021-01-28)
### Bug Fixes
* **basic.gblib:** COPY and CONVERT fixed. ([30f3b36](https://github.com/GeneralBots/BotServer/commit/30f3b3646979d347fd4639be872b5480a515840d))
* **basic.gblib:** More code instrumentation. ([fbd50f5](https://github.com/GeneralBots/BotServer/commit/fbd50f50bcd4e8ab4eb982d7da505faa5fcea6e6))
## [2.0.96](https://github.com/GeneralBots/BotServer/compare/2.0.95...2.0.96) (2021-01-28)

View file

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