chore(release): 2.0.23 [skip ci]

## [2.0.23](https://github.com/pragmatismo-io/BotServer/compare/2.0.22...2.0.23) (2020-10-30)

### Bug Fixes

* **core.gbapp:** Remove HTML from input. ([85df283](85df283005))
This commit is contained in:
Rodrigo 2020-10-30 15:47:42 +00:00
parent 3e9d76059e
commit c10fb79941
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.23](https://github.com/pragmatismo-io/BotServer/compare/2.0.22...2.0.23) (2020-10-30)
### Bug Fixes
* **core.gbapp:** Remove HTML from input. ([85df283](https://github.com/pragmatismo-io/BotServer/commit/85df2830050c0b2b72e5d5d6d4a08f2123823889))
## [2.0.22](https://github.com/pragmatismo-io/BotServer/compare/2.0.21...2.0.22) (2020-10-30)

View file

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