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

This commit is contained in:
Rodrigo Rodriguez 2020-12-14 09:28:17 -03:00
commit efed759aea
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.72](https://github.com/pragmatismo-io/BotServer/compare/2.0.71...2.0.72) (2020-12-13)
### Bug Fixes
* **core.gbapp:** Improvements in BASIC error handling. ([46f4cac](https://github.com/pragmatismo-io/BotServer/commit/46f4cac29b1d6dbeeb22417444e462346e4cf28f))
## [2.0.71](https://github.com/pragmatismo-io/BotServer/compare/2.0.70...2.0.71) (2020-12-10)

View file

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