From 16ad0ec4d21b7d4308f57fe2a35e5c51fecde32f Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Wed, 11 Nov 2020 14:15:06 +0000 Subject: [PATCH] chore(release): 2.0.37 [skip ci] ## [2.0.37](https://github.com/pragmatismo-io/BotServer/compare/2.0.36...2.0.37) (2020-11-11) ### Bug Fixes * **core.gbapp:** New key word SEND FILE TO added. ([b736f04](https://github.com/pragmatismo-io/BotServer/commit/b736f04103efb37370a040a77c9a5ed523a2703d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0281cf12..a1b25546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.37](https://github.com/pragmatismo-io/BotServer/compare/2.0.36...2.0.37) (2020-11-11) + + +### Bug Fixes + +* **core.gbapp:** New key word SEND FILE TO added. ([b736f04](https://github.com/pragmatismo-io/BotServer/commit/b736f04103efb37370a040a77c9a5ed523a2703d)) + ## [2.0.36](https://github.com/pragmatismo-io/BotServer/compare/2.0.35...2.0.36) (2020-11-10) diff --git a/package.json b/package.json index 837052f4..17db403c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.36", + "version": "2.0.37", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",