chore(release): 2.0.40 [skip ci]

## [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](9021ac89b2))
This commit is contained in:
Rodrigo 2020-11-11 15:47:08 +00:00
parent 9021ac89b2
commit 1f04fd99a7
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",