From c10fb79941c82cc9b4dfc8c8ebc39777e9094069 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Fri, 30 Oct 2020 15:47:42 +0000 Subject: [PATCH] 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](https://github.com/pragmatismo-io/BotServer/commit/85df2830050c0b2b72e5d5d6d4a08f2123823889)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc8644e1..3d409feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ed2a89c0..2fb0dc4f 100644 --- a/package.json +++ b/package.json @@ -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",