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

This commit is contained in:
Rodrigo Rodriguez 2021-02-28 12:26:53 -03:00
commit 6151f65e35
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## [2.0.105](https://github.com/GeneralBots/BotServer/compare/2.0.104...2.0.105) (2021-02-23)
### Bug Fixes
* **basic.gblib:** Error handling improved. ([ec47fda](https://github.com/GeneralBots/BotServer/commit/ec47fda964c2ca7166e3df56852ab06f5570422a))
* **basic.gblib:** More error handling improvements. ([cae28e5](https://github.com/GeneralBots/BotServer/commit/cae28e5fd13558e91686342b2db18c9e4dc644da))
## [2.0.104](https://github.com/GeneralBots/BotServer/compare/2.0.103...2.0.104) (2021-02-23) ## [2.0.104](https://github.com/GeneralBots/BotServer/compare/2.0.103...2.0.104) (2021-02-23)

View file

@ -1,6 +1,6 @@
{ {
"name": "botserver", "name": "botserver",
"version": "2.0.104", "version": "2.0.105",
"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",