chore(release): 2.0.37 [skip ci]

## [2.0.37](https://github.com/pragmatismo-io/BotServer/compare/2.0.36...2.0.37) (2020-11-11)

### Bug Fixes

* **core.gbapp:** New key word SEND FILE TO added. ([b736f04](b736f04103))
This commit is contained in:
Rodrigo 2020-11-11 14:15:06 +00:00
parent 1dba536aad
commit 16ad0ec4d2
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.37](https://github.com/pragmatismo-io/BotServer/compare/2.0.36...2.0.37) (2020-11-11)
### Bug Fixes
* **core.gbapp:** New key word SEND FILE TO added. ([b736f04](https://github.com/pragmatismo-io/BotServer/commit/b736f04103efb37370a040a77c9a5ed523a2703d))
## [2.0.36](https://github.com/pragmatismo-io/BotServer/compare/2.0.35...2.0.36) (2020-11-10)

View file

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