From ec053f84a9aec69b9595da79226f9df5009e5e07 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Thu, 10 Dec 2020 21:43:19 +0000 Subject: [PATCH] chore(release): 2.0.71 [skip ci] ## [2.0.71](https://github.com/pragmatismo-io/BotServer/compare/2.0.70...2.0.71) (2020-12-10) ### Bug Fixes * **core.gbapp:** Fix KeepText bug. ([8a82ead](https://github.com/pragmatismo-io/BotServer/commit/8a82eade5a3d5ba5e151ee9b38176a0703adcd60)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a5f1a5..04f393fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.71](https://github.com/pragmatismo-io/BotServer/compare/2.0.70...2.0.71) (2020-12-10) + + +### Bug Fixes + +* **core.gbapp:** Fix KeepText bug. ([8a82ead](https://github.com/pragmatismo-io/BotServer/commit/8a82eade5a3d5ba5e151ee9b38176a0703adcd60)) + ## [2.0.70](https://github.com/pragmatismo-io/BotServer/compare/2.0.69...2.0.70) (2020-12-10) diff --git a/package.json b/package.json index 1ba2195c..da6b38dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.70", + "version": "2.0.71", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",