This commit is contained in:
Rodrigo Rodriguez 2020-07-17 19:40:39 -03:00
commit 1ed4a9bcc1
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",