chore(release): 2.0.146 [skip ci]

## [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](339e8501a9))
This commit is contained in:
Rodrigo 2021-08-31 18:46:20 +00:00
parent 1bf3176d59
commit 67f6cd4849
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) ## [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", "name": "botserver",
"version": "2.0.145", "version": "2.0.146",
"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",