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

This commit is contained in:
Rodrigo Rodriguez 2021-06-21 08:25:54 -03:00
commit e9dd4acaf7
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## [2.0.126](https://github.com/GeneralBots/BotServer/compare/2.0.125...2.0.126) (2021-06-21)
### Bug Fixes
* **core.gbapp:** Fix default theme information. ([e2fee04](https://github.com/GeneralBots/BotServer/commit/e2fee04cfcd40d85bcfb963825e924f0b66b271f))
* **core.gbapp:** Fix default theme information. ([e1f0176](https://github.com/GeneralBots/BotServer/commit/e1f0176409f2c2a87b8f3aee349b9c6b27c145e0))
## [2.0.125](https://github.com/GeneralBots/BotServer/compare/2.0.124...2.0.125) (2021-06-20) ## [2.0.125](https://github.com/GeneralBots/BotServer/compare/2.0.124...2.0.125) (2021-06-20)

View file

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