From 55350fa5b65d2bc33e078c20461c935ec2051cd1 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 8 Mar 2021 22:35:13 +0000 Subject: [PATCH] chore(release): 2.0.112 [skip ci] ## [2.0.112](https://github.com/GeneralBots/BotServer/compare/2.0.111...2.0.112) (2021-03-08) ### Bug Fixes * **basic.gblib:** Using mobile instead of step on SEND FILE TO. ([51a6d55](https://github.com/GeneralBots/BotServer/commit/51a6d557aead10152da6a63675c68262ff48e521)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2721ddba..0234635f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.112](https://github.com/GeneralBots/BotServer/compare/2.0.111...2.0.112) (2021-03-08) + + +### Bug Fixes + +* **basic.gblib:** Using mobile instead of step on SEND FILE TO. ([51a6d55](https://github.com/GeneralBots/BotServer/commit/51a6d557aead10152da6a63675c68262ff48e521)) + ## [2.0.111](https://github.com/GeneralBots/BotServer/compare/2.0.110...2.0.111) (2021-03-08) diff --git a/package.json b/package.json index 4e447268..4f542572 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.111", + "version": "2.0.112", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",