chore(release): 2.0.24 [skip ci]

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

### Bug Fixes

* **all:** Strip all HTML from Bot Input. ([dceb0fd](dceb0fd1c1))
This commit is contained in:
Rodrigo 2020-10-30 15:58:03 +00:00
parent c823c1699b
commit 0ed5e9edfc
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.24](https://github.com/pragmatismo-io/BotServer/compare/2.0.23...2.0.24) (2020-10-30)
### Bug Fixes
* **all:** Strip all HTML from Bot Input. ([dceb0fd](https://github.com/pragmatismo-io/BotServer/commit/dceb0fd1c102b719a0b9f50e466f84999c84dc2e))
## [2.0.23](https://github.com/pragmatismo-io/BotServer/compare/2.0.22...2.0.23) (2020-10-30) ## [2.0.23](https://github.com/pragmatismo-io/BotServer/compare/2.0.22...2.0.23) (2020-10-30)

View file

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