From 97fd84b8cb2b0d1c28ec19918014fde63fc56d44 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Fri, 8 Jan 2021 16:08:11 +0000 Subject: [PATCH] chore(release): 2.0.88 [skip ci] ## [2.0.88](https://github.com/GeneralBots/BotServer/compare/2.0.87...2.0.88) (2021-01-08) ### Bug Fixes * **all:** Improvements on debugging output. ([eb194f6](https://github.com/GeneralBots/BotServer/commit/eb194f688562cf764e0fd5435c356f6724bac4e9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3805e2f..327025bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.88](https://github.com/GeneralBots/BotServer/compare/2.0.87...2.0.88) (2021-01-08) + + +### Bug Fixes + +* **all:** Improvements on debugging output. ([eb194f6](https://github.com/GeneralBots/BotServer/commit/eb194f688562cf764e0fd5435c356f6724bac4e9)) + ## [2.0.87](https://github.com/pragmatismo-io/BotServer/compare/2.0.86...2.0.87) (2021-01-08) diff --git a/package.json b/package.json index 811098f7..b6d348f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.87", + "version": "2.0.88", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",