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

This commit is contained in:
Rodrigo Rodriguez 2020-11-11 12:27:26 -03:00
commit 66f594de4e
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.38](https://github.com/pragmatismo-io/BotServer/compare/2.0.37...2.0.38) (2020-11-11)
### Bug Fixes
* **core.gbapp:** SEND FILE TO order of VM call prioritized. ([a4c03b8](https://github.com/pragmatismo-io/BotServer/commit/a4c03b834cc693d9bba8bb2cc13fdf2c14c53528))
## [2.0.37](https://github.com/pragmatismo-io/BotServer/compare/2.0.36...2.0.37) (2020-11-11)

View file

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