chore(release): 2.0.89 [skip ci]

## [2.0.89](https://github.com/GeneralBots/BotServer/compare/2.0.88...2.0.89) (2021-01-12)

### Bug Fixes

* **basic.gblib:** Fixed get token from BASIC methods. ([6399c2d](6399c2dd0f))
This commit is contained in:
Rodrigo 2021-01-12 21:38:40 +00:00
parent 133e714637
commit 9888edb801
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.89](https://github.com/GeneralBots/BotServer/compare/2.0.88...2.0.89) (2021-01-12)
### Bug Fixes
* **basic.gblib:** Fixed get token from BASIC methods. ([6399c2d](https://github.com/GeneralBots/BotServer/commit/6399c2dd0f45617c591f69156241bd13788fee89))
## [2.0.88](https://github.com/GeneralBots/BotServer/compare/2.0.87...2.0.88) (2021-01-08)

View file

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