chore(release): 2.0.102 [skip ci]

## [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](5d6d147ad4))
This commit is contained in:
Rodrigo 2021-02-07 21:34:05 +00:00
parent c55f9ed73c
commit 445a5f5ab1
2 changed files with 8 additions and 1 deletions

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",