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

This commit is contained in:
Rodrigo Rodriguez 2021-03-20 10:48:19 -03:00
commit face6c59ef
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",