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

This commit is contained in:
Rodrigo Rodriguez 2020-12-23 12:28:33 -03:00
commit b5d9c2b4ad
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.77](https://github.com/pragmatismo-io/BotServer/compare/2.0.76...2.0.77) (2020-12-23)
### Bug Fixes
* **core.gbapp:** resolve is being called correctly in /hear. ([9804deb](https://github.com/pragmatismo-io/BotServer/commit/9804debfccd268796b5a789d2da7ebdb44dfa2e0))
## [2.0.76](https://github.com/pragmatismo-io/BotServer/compare/2.0.75...2.0.76) (2020-12-22) ## [2.0.76](https://github.com/pragmatismo-io/BotServer/compare/2.0.75...2.0.76) (2020-12-22)

View file

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