chore(release): 1.5.3 [skip ci]

## [1.5.3](https://github.com/pragmatismo-io/BotServer/compare/1.5.2...1.5.3) (2019-07-18)

### Bug Fixes

* **core.gbapp:** Deployer now imports UTF-8 .tsv files. ([daf0741](https://github.com/pragmatismo-io/BotServer/commit/daf0741))
This commit is contained in:
Rodrigo 2019-07-18 23:51:34 +00:00
parent f36668ed0f
commit ce26b37977
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [1.5.3](https://github.com/pragmatismo-io/BotServer/compare/1.5.2...1.5.3) (2019-07-18)
### Bug Fixes
* **core.gbapp:** Deployer now imports UTF-8 .tsv files. ([daf0741](https://github.com/pragmatismo-io/BotServer/commit/daf0741))
## [1.5.2](https://github.com/pragmatismo-io/BotServer/compare/1.5.1...1.5.2) (2019-07-18)

View file

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