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 943546a8a0 - Show all commits

View file

@ -1,3 +1,10 @@
## [2.0.144](https://github.com/GeneralBots/BotServer/compare/2.0.143...2.0.144) (2021-08-30)
### Bug Fixes
* **basic.gblib:** Now BASIC only runs after auth. ([dfb869e](https://github.com/GeneralBots/BotServer/commit/dfb869e7967c304ecf9cb042e5ff3ddc9cc99603))
## [2.0.143](https://github.com/GeneralBots/BotServer/compare/2.0.142...2.0.143) (2021-08-30)

View file

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