This commit is contained in:
Paulo Henrique (pragmatismo.io) 2019-07-18 19:21:13 -03:00
commit e261e91028
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [1.5.1](https://github.com/pragmatismo-io/BotServer/compare/1.5.0...1.5.1) (2019-07-18)
### Bug Fixes
* **kb.gbapp:** Answers in text in case of Whatsapp channel. ([4f994b1](https://github.com/pragmatismo-io/BotServer/commit/4f994b1))
# [1.5.0](https://github.com/pragmatismo-io/BotServer/compare/1.4.0...1.5.0) (2019-07-04)

View file

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