chore(release): 2.0.101 [skip ci]

## [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](0681fe4d31))
This commit is contained in:
Rodrigo 2021-02-07 11:17:32 +00:00
parent 93d11e101a
commit b7e6af81fc
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",