From 7decac0898efd0d597be2cbbe40285f9a5827b21 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 14 Dec 2020 12:32:15 +0000 Subject: [PATCH] chore(release): 2.0.73 [skip ci] ## [2.0.73](https://github.com/pragmatismo-io/BotServer/compare/2.0.72...2.0.73) (2020-12-14) ### Bug Fixes * **core.gbapp:** Text improvements in messages. ([f739c15](https://github.com/pragmatismo-io/BotServer/commit/f739c1543105d4495085eb9e10522d12eebe27b6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 076eade5..12fa8cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.73](https://github.com/pragmatismo-io/BotServer/compare/2.0.72...2.0.73) (2020-12-14) + + +### Bug Fixes + +* **core.gbapp:** Text improvements in messages. ([f739c15](https://github.com/pragmatismo-io/BotServer/commit/f739c1543105d4495085eb9e10522d12eebe27b6)) + ## [2.0.72](https://github.com/pragmatismo-io/BotServer/compare/2.0.71...2.0.72) (2020-12-13) diff --git a/package.json b/package.json index e44514e7..adb326e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.72", + "version": "2.0.73", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",