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 4d70f9827f - Show all commits

View file

@ -1,3 +1,10 @@
## [2.0.102](https://github.com/GeneralBots/BotServer/compare/2.0.101...2.0.102) (2021-02-07)
### Bug Fixes
* **basic.gblib:** Fixing bad regexp. ([5d6d147](https://github.com/GeneralBots/BotServer/commit/5d6d147ad4b24f51824d7f4c6a8ff0f6f0494932))
## [2.0.101](https://github.com/GeneralBots/BotServer/compare/2.0.100...2.0.101) (2021-02-07)

View file

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