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](3f0b020155))
This commit is contained in:
Rodrigo 2021-03-09 17:11:43 +00:00
parent 3f7c9eec67
commit 499cb52282
2 changed files with 8 additions and 1 deletions

View file

@ -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)

View file

@ -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",