From 9ead7c297859ab9643ff4b33cd14fe6011e0c83d Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 30 Nov 2020 20:13:54 +0000 Subject: [PATCH] chore(release): 2.0.55 [skip ci] ## [2.0.55](https://github.com/pragmatismo-io/BotServer/compare/2.0.54...2.0.55) (2020-11-30) ### Bug Fixes * **core.gbapp:** SMS fix, Timezone on BASIC NOW, Order of welcome msg. fixed. ([18b8bd9](https://github.com/pragmatismo-io/BotServer/commit/18b8bd9bdfded9ada27111f881620cacda4e8ece)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c48e868..11d47826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.55](https://github.com/pragmatismo-io/BotServer/compare/2.0.54...2.0.55) (2020-11-30) + + +### Bug Fixes + +* **core.gbapp:** SMS fix, Timezone on BASIC NOW, Order of welcome msg. fixed. ([18b8bd9](https://github.com/pragmatismo-io/BotServer/commit/18b8bd9bdfded9ada27111f881620cacda4e8ece)) + ## [2.0.54](https://github.com/pragmatismo-io/BotServer/compare/2.0.53...2.0.54) (2020-11-28) diff --git a/package.json b/package.json index 55ea7054..ae34dba8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.54", + "version": "2.0.55", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",