From 279c90680089f3399b92acff47811e83c44b0359 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Fri, 8 Jan 2021 15:59:42 +0000 Subject: [PATCH] chore(release): 2.0.87 [skip ci] ## [2.0.87](https://github.com/pragmatismo-io/BotServer/compare/2.0.86...2.0.87) (2021-01-08) ### Bug Fixes * **core.gbapp:** Trying to fix Config.xlsx access from customer. ([c2a51ff](https://github.com/pragmatismo-io/BotServer/commit/c2a51ff832341f1d83f2fada9df719f4e3e28846)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e7f91ee..c3805e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.87](https://github.com/pragmatismo-io/BotServer/compare/2.0.86...2.0.87) (2021-01-08) + + +### Bug Fixes + +* **core.gbapp:** Trying to fix Config.xlsx access from customer. ([c2a51ff](https://github.com/pragmatismo-io/BotServer/commit/c2a51ff832341f1d83f2fada9df719f4e3e28846)) + ## [2.0.86](https://github.com/pragmatismo-io/BotServer/compare/2.0.85...2.0.86) (2021-01-08) diff --git a/package.json b/package.json index 35cb66fe..1c4fa42a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.86", + "version": "2.0.87", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",