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

This commit is contained in:
Rodrigo Rodriguez 2020-11-11 16:03:16 -03:00
commit 66a51d5c89
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.40](https://github.com/pragmatismo-io/BotServer/compare/2.0.39...2.0.40) (2020-11-11)
### Bug Fixes
* **core.gbapp:** SEND FILE TO now is priority over SEND FILE when converting tokens in regexp translator. ([9021ac8](https://github.com/pragmatismo-io/BotServer/commit/9021ac89b258d532f32ac21fe8ca61a5e7fcef24))
## [2.0.39](https://github.com/pragmatismo-io/BotServer/compare/2.0.38...2.0.39) (2020-11-11)

View file

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