chore(release): 2.0.1 [skip ci]

## [2.0.1](https://github.com/pragmatismo-io/BotServer/compare/2.0.0...2.0.1) (2020-07-17)

### Bug Fixes

* **core.gbapp:** Fixed translator bug. ([0accd05](0accd05b49))
This commit is contained in:
Rodrigo 2020-07-17 13:44:00 +00:00
parent c22e07a927
commit 13f80e263b
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.1](https://github.com/pragmatismo-io/BotServer/compare/2.0.0...2.0.1) (2020-07-17)
### Bug Fixes
* **core.gbapp:** Fixed translator bug. ([0accd05](https://github.com/pragmatismo-io/BotServer/commit/0accd05b4937d2c9d82d18def25f03e3b716cb97))
# [2.0.0](https://github.com/pragmatismo-io/BotServer/compare/1.7.6...2.0.0) (2020-07-12)

View file

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