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 016702a2ab - Show all commits

View file

@ -1,3 +1,10 @@
## [2.0.109](https://github.com/GeneralBots/BotServer/compare/2.0.108...2.0.109) (2021-03-02)
### Bug Fixes
* **basic.gblib:** Start of script error removed. ([2820eac](https://github.com/GeneralBots/BotServer/commit/2820eacc5995daf6839405fd459934556172894b))
## [2.0.108](https://github.com/GeneralBots/BotServer/compare/2.0.107...2.0.108) (2021-03-01)

View file

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