chore(release): 2.0.72 [skip ci]

## [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](46f4cac29b))
This commit is contained in:
Rodrigo 2020-12-13 13:06:46 +00:00
parent 46f4cac29b
commit 95fc5a2276
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",