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

This commit is contained in:
Rodrigo Rodriguez 2021-08-15 10:13:39 -03:00
commit 9a4a4f262b
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.132](https://github.com/GeneralBots/BotServer/compare/2.0.131...2.0.132) (2021-08-15)
### Bug Fixes
* **basic.gblib:** TOLIST fixed for empty values. ([66c0c4b](https://github.com/GeneralBots/BotServer/commit/66c0c4b90d2389c2b3af43741d181b6d5764173b))
## [2.0.131](https://github.com/GeneralBots/BotServer/compare/2.0.130...2.0.131) (2021-08-14)

View file

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