chore(release): 2.0.145 [skip ci]

## [2.0.145](https://github.com/GeneralBots/BotServer/compare/2.0.144...2.0.145) (2021-08-31)

### Bug Fixes

* **basic.gblib:** Traces to solve /answer bug. ([db07689](db07689520))
This commit is contained in:
Rodrigo 2021-08-31 18:19:14 +00:00
parent 943546a8a0
commit 18725d001a
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.145](https://github.com/GeneralBots/BotServer/compare/2.0.144...2.0.145) (2021-08-31)
### Bug Fixes
* **basic.gblib:** Traces to solve /answer bug. ([db07689](https://github.com/GeneralBots/BotServer/commit/db07689520364ec1c5d2d7b64156ce35bbd08390))
## [2.0.144](https://github.com/GeneralBots/BotServer/compare/2.0.143...2.0.144) (2021-08-30) ## [2.0.144](https://github.com/GeneralBots/BotServer/compare/2.0.143...2.0.144) (2021-08-30)

View file

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