chore(release): 2.0.71 [skip ci]

## [2.0.71](https://github.com/pragmatismo-io/BotServer/compare/2.0.70...2.0.71) (2020-12-10)

### Bug Fixes

* **core.gbapp:** Fix KeepText bug. ([8a82ead](8a82eade5a))
This commit is contained in:
Rodrigo 2020-12-10 21:43:19 +00:00
parent 233881b5ff
commit ec053f84a9
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.71](https://github.com/pragmatismo-io/BotServer/compare/2.0.70...2.0.71) (2020-12-10)
### Bug Fixes
* **core.gbapp:** Fix KeepText bug. ([8a82ead](https://github.com/pragmatismo-io/BotServer/commit/8a82eade5a3d5ba5e151ee9b38176a0703adcd60))
## [2.0.70](https://github.com/pragmatismo-io/BotServer/compare/2.0.69...2.0.70) (2020-12-10)

View file

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