chore(release): 2.0.104 [skip ci]

## [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](a4c3f42911))
This commit is contained in:
Rodrigo 2021-02-23 10:31:01 +00:00
parent 905d97925e
commit 8775b7181e
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) ## [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", "name": "botserver",
"version": "2.0.103", "version": "2.0.104",
"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",