chore(release): 2.0.52 [skip ci]

## [2.0.52](https://github.com/pragmatismo-io/BotServer/compare/2.0.51...2.0.52) (2020-11-26)

### Bug Fixes

* **core.gbapp:** SEND SMS TO keyword added. ([719f063](719f063070))
This commit is contained in:
Rodrigo 2020-11-26 15:49:19 +00:00
parent 94d90024f5
commit 2e6e7e9e8a
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.52](https://github.com/pragmatismo-io/BotServer/compare/2.0.51...2.0.52) (2020-11-26)
### Bug Fixes
* **core.gbapp:** SEND SMS TO keyword added. ([719f063](https://github.com/pragmatismo-io/BotServer/commit/719f063070a3959d39998ed87046b0780f66c554))
## [2.0.51](https://github.com/pragmatismo-io/BotServer/compare/2.0.50...2.0.51) (2020-11-26)

View file

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