chore(release): 1.7.1 [skip ci]

## [1.7.1](https://github.com/pragmatismo-io/BotServer/compare/1.7.0...1.7.1) (2019-08-30)

### Bug Fixes

* **whatsapp.gblib:** Multi-turn dialog fixed in BASIC processing. ([4689bfb](https://github.com/pragmatismo-io/BotServer/commit/4689bfb))
This commit is contained in:
Rodrigo 2019-08-30 17:14:17 +00:00
parent 08f56b305b
commit 0a4f72fd12
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [1.7.1](https://github.com/pragmatismo-io/BotServer/compare/1.7.0...1.7.1) (2019-08-30)
### Bug Fixes
* **whatsapp.gblib:** Multi-turn dialog fixed in BASIC processing. ([4689bfb](https://github.com/pragmatismo-io/BotServer/commit/4689bfb))
# [1.7.0](https://github.com/pragmatismo-io/BotServer/compare/1.6.0...1.7.0) (2019-08-29)

View file

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