From bbdb613f18c16eddea0e345ae423f219f989b570 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Fri, 30 Oct 2020 15:58:03 +0000 Subject: [PATCH] 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](https://github.com/pragmatismo-io/BotServer/commit/dceb0fd1c102b719a0b9f50e466f84999c84dc2e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d409febb..61f7732af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2fb0dc4fb..856223097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.23", + "version": "2.0.24", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",