Merge branch 'master' of https://github.com/GeneralBots/BotServer into master

This commit is contained in:
Rodrigo Rodriguez 2021-01-13 13:37:03 -03:00
commit 2a46d6d0dd
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) ## [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", "name": "botserver",
"version": "2.0.88", "version": "2.0.89",
"description": "General Bot Community Edition open-core server.", "description": "General Bot Community Edition open-core server.",
"main": "./boot.js", "main": "./boot.js",
"bugs": "https://github.com/pragmatismo-io/BotServer/issues", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",