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

This commit is contained in:
Rodrigo Rodriguez 2021-08-15 09:16:26 -03:00
commit 6c6a3cc148
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.131](https://github.com/GeneralBots/BotServer/compare/2.0.130...2.0.131) (2021-08-14)
### Bug Fixes
* **basic.gblib:** TOLIST fixed for empty values. ([4969171](https://github.com/GeneralBots/BotServer/commit/49691710b9b94a25a8127c0cd8ac947dbafb59ea))
## [2.0.130](https://github.com/GeneralBots/BotServer/compare/2.0.129...2.0.130) (2021-08-13)

View file

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