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

This commit is contained in:
Rodrigo Rodriguez 2021-09-13 18:36:32 -03:00
commit be022f52a8
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.146](https://github.com/GeneralBots/BotServer/compare/2.0.145...2.0.146) (2021-08-31)
### Bug Fixes
* **basic.gblib:** Fixes /answer bug. ([339e850](https://github.com/GeneralBots/BotServer/commit/339e8501a981b5a0d35a9ab7ad1c5d895227e838))
## [2.0.145](https://github.com/GeneralBots/BotServer/compare/2.0.144...2.0.145) (2021-08-31)

View file

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