chore(release): 2.0.113 [skip ci]

## [2.0.113](https://github.com/GeneralBots/BotServer/compare/2.0.112...2.0.113) (2021-03-09)

### Bug Fixes

* **basic.gblib:** Trying to fix FIND error on filtering. ([5422e69](5422e69841))
This commit is contained in:
Rodrigo 2021-03-09 16:34:59 +00:00
parent 44a221b07c
commit a5aa5316f1
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.113](https://github.com/GeneralBots/BotServer/compare/2.0.112...2.0.113) (2021-03-09)
### Bug Fixes
* **basic.gblib:** Trying to fix FIND error on filtering. ([5422e69](https://github.com/GeneralBots/BotServer/commit/5422e69841820368ae08183a212c98d064f18dc1))
## [2.0.112](https://github.com/GeneralBots/BotServer/compare/2.0.111...2.0.112) (2021-03-08) ## [2.0.112](https://github.com/GeneralBots/BotServer/compare/2.0.111...2.0.112) (2021-03-08)

View file

@ -1,6 +1,6 @@
{ {
"name": "botserver", "name": "botserver",
"version": "2.0.112", "version": "2.0.113",
"description": "General Bot Community Edition open-core server.", "description": "General Bot Community Edition open-core server.",
"main": "./boot.js", "main": "./boot.js",
"bugs": "https://github.com/pragmatismo-io/BotServer/issues", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",