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

This commit is contained in:
Rodrigo Rodriguez 2020-12-10 15:00:22 -03:00
commit 9083c3e5dc
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
## [2.0.69](https://github.com/pragmatismo-io/BotServer/compare/2.0.68...2.0.69) (2020-12-08)
### Bug Fixes
* **core.gbapp:** Boolean added to BASIC. ([bf91d74](https://github.com/pragmatismo-io/BotServer/commit/bf91d741623f4f3ef6e71181ebf63efea9f7853b))
* **core.gbapp:** Improvements on BASIC with built-in validators. ([af10172](https://github.com/pragmatismo-io/BotServer/commit/af10172dd4ea5aaaff4122c8226283f1ef955337))
* **core.gbapp:** New validators in BASIC. ([eb15dd0](https://github.com/pragmatismo-io/BotServer/commit/eb15dd083b25c5144f9918a5a94f16afd788406f))
## [2.0.68](https://github.com/pragmatismo-io/BotServer/compare/2.0.67...2.0.68) (2020-12-07) ## [2.0.68](https://github.com/pragmatismo-io/BotServer/compare/2.0.67...2.0.68) (2020-12-07)

View file

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