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

This commit is contained in:
Rodrigo Rodriguez 2021-03-08 19:30:24 -03:00
commit ae89c411c7
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## [2.0.111](https://github.com/GeneralBots/BotServer/compare/2.0.110...2.0.111) (2021-03-08)
### Bug Fixes
* **basic.gblib:** More loggin on BASIC keywords. ([d0e42f0](https://github.com/GeneralBots/BotServer/commit/d0e42f0ae16c0432245dc547e569a23714c36185))
* **basic.gblib:** More logging in BASIC keywords. ([e016052](https://github.com/GeneralBots/BotServer/commit/e01605230983d5e567ebddf9c76efde277e3e7dd))
## [2.0.110](https://github.com/GeneralBots/BotServer/compare/2.0.109...2.0.110) (2021-03-08)

View file

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