From 4fc2fbc3b9445fa2e48f455ec041c64b1e37dd88 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Thu, 28 Jan 2021 11:02:35 +0000 Subject: [PATCH] chore(release): 2.0.96 [skip ci] ## [2.0.96](https://github.com/GeneralBots/BotServer/compare/2.0.95...2.0.96) (2021-01-28) ### Bug Fixes * **core.gbapp:** Sending text in .md is back again. ([119c069](https://github.com/GeneralBots/BotServer/commit/119c06949aa446fe4971563f86fa7f32475674f4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11c51d57..746c84a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.96](https://github.com/GeneralBots/BotServer/compare/2.0.95...2.0.96) (2021-01-28) + + +### Bug Fixes + +* **core.gbapp:** Sending text in .md is back again. ([119c069](https://github.com/GeneralBots/BotServer/commit/119c06949aa446fe4971563f86fa7f32475674f4)) + ## [2.0.95](https://github.com/GeneralBots/BotServer/compare/2.0.94...2.0.95) (2021-01-27) diff --git a/package.json b/package.json index 46bcf320..edceb9d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.95", + "version": "2.0.96", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",