From 499cb522828438c644945c7451bc389fd8a44c2c Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 9 Mar 2021 17:11:43 +0000 Subject: [PATCH] chore(release): 2.0.114 [skip ci] ## [2.0.114](https://github.com/GeneralBots/BotServer/compare/2.0.113...2.0.114) (2021-03-09) ### Bug Fixes * **basic.gblib:** Trying to find invalid cell value on .xlsx being filtered. ([3f0b020](https://github.com/GeneralBots/BotServer/commit/3f0b0201559261cc2069e6cf400eecdb76dbe492)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89265faa..8a7db7b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.114](https://github.com/GeneralBots/BotServer/compare/2.0.113...2.0.114) (2021-03-09) + + +### Bug Fixes + +* **basic.gblib:** Trying to find invalid cell value on .xlsx being filtered. ([3f0b020](https://github.com/GeneralBots/BotServer/commit/3f0b0201559261cc2069e6cf400eecdb76dbe492)) + ## [2.0.113](https://github.com/GeneralBots/BotServer/compare/2.0.112...2.0.113) (2021-03-09) diff --git a/package.json b/package.json index 5cec0961..68e4fd98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.113", + "version": "2.0.114", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",