From 741725a7b434a8d6413f4ef4ba1cd9210e6792cf Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sat, 14 Aug 2021 22:33:46 +0000 Subject: [PATCH] chore(release): 2.0.131 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a8947de..7a6b7bfed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 85586a6e1..fa9b09445 100644 --- a/package.json +++ b/package.json @@ -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",