chore(release): 2.0.132 [skip ci]

## [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](66c0c4b90d))
This commit is contained in:
Rodrigo 2021-08-15 12:20:24 +00:00
parent 6c6a3cc148
commit 1c04a80046
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",