Merge branch 'master' of https://github.com/GeneralBots/BotServer into master

This commit is contained in:
Rodrigo Rodriguez 2021-02-07 18:29:01 -03:00
commit c55f9ed73c
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.101](https://github.com/GeneralBots/BotServer/compare/2.0.100...2.0.101) (2021-02-07)
### Bug Fixes
* **basic.gblib:** Fix in BASIC regexp to catch only keywords outsite quotes. ([0681fe4](https://github.com/GeneralBots/BotServer/commit/0681fe4d31a6534e3ac7b28aa6a114408162a997))
## [2.0.100](https://github.com/GeneralBots/BotServer/compare/2.0.99...2.0.100) (2021-02-05)

View file

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