From 4b1f4316b0d3fea2f297254b684196b31e038815 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sat, 24 Oct 2020 22:00:48 +0000 Subject: [PATCH] chore(release): 2.0.16 [skip ci] ## [2.0.16](https://github.com/pragmatismo-io/BotServer/compare/2.0.15...2.0.16) (2020-10-24) ### Bug Fixes * **core.gbapp:** .gbot download from tabular is now OK. ([a7fce94](https://github.com/pragmatismo-io/BotServer/commit/a7fce94545522a7695694099c70320a62e352ef9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6baf72c4..88684388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.16](https://github.com/pragmatismo-io/BotServer/compare/2.0.15...2.0.16) (2020-10-24) + + +### Bug Fixes + +* **core.gbapp:** .gbot download from tabular is now OK. ([a7fce94](https://github.com/pragmatismo-io/BotServer/commit/a7fce94545522a7695694099c70320a62e352ef9)) + ## [2.0.15](https://github.com/pragmatismo-io/BotServer/compare/2.0.14...2.0.15) (2020-10-24) diff --git a/package.json b/package.json index cbc58ccc..6608391a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.15", + "version": "2.0.16", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",