This commit is contained in:
Rodrigo Rodriguez 2022-07-06 15:04:10 -03:00
commit 17616c636e
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.155](https://github.com/GeneralBots/BotServer/compare/2.0.154...2.0.155) (2022-07-06)
### Bug Fixes
* **all:** CHART and IMAGE from GET HTTP calls. ([cf62b10](https://github.com/GeneralBots/BotServer/commit/cf62b101969bdb7dc9c816b45b43e8e55b8287ee))
## [2.0.154](https://github.com/GeneralBots/BotServer/compare/2.0.153...2.0.154) (2022-07-01)

View file

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