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

This commit is contained in:
Rodrigo Rodriguez 2021-02-23 09:04:02 -03:00
commit f5ee845923
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.104](https://github.com/GeneralBots/BotServer/compare/2.0.103...2.0.104) (2021-02-23)
### Bug Fixes
* **basic.gblib:** Error handling improved. ([a4c3f42](https://github.com/GeneralBots/BotServer/commit/a4c3f429119fecf256b3494bc633531e0335f36a))
## [2.0.103](https://github.com/GeneralBots/BotServer/compare/2.0.102...2.0.103) (2021-02-16)

View file

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