From 6aa57dd3cf6fde69d6a24828d86b984a1266bcc8 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Thu, 26 Nov 2020 16:52:26 +0000 Subject: [PATCH] chore(release): 2.0.53 [skip ci] ## [2.0.53](https://github.com/pragmatismo-io/BotServer/compare/2.0.52...2.0.53) (2020-11-26) ### Bug Fixes * **core.gbapp:** SEND SMS fixed. ([508fe9f](https://github.com/pragmatismo-io/BotServer/commit/508fe9fc312512b71503bb8c34c430dfa2361505)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 230810ea..285d71b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.53](https://github.com/pragmatismo-io/BotServer/compare/2.0.52...2.0.53) (2020-11-26) + + +### Bug Fixes + +* **core.gbapp:** SEND SMS fixed. ([508fe9f](https://github.com/pragmatismo-io/BotServer/commit/508fe9fc312512b71503bb8c34c430dfa2361505)) + ## [2.0.52](https://github.com/pragmatismo-io/BotServer/compare/2.0.51...2.0.52) (2020-11-26) diff --git a/package.json b/package.json index 393f3da7..295c23da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.52", + "version": "2.0.53", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",