From d2f5e3778e4bf591d40ff1791bee289cd7b66704 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Fri, 4 Dec 2020 16:50:08 +0000 Subject: [PATCH] chore(release): 2.0.60 [skip ci] ## [2.0.60](https://github.com/pragmatismo-io/BotServer/compare/2.0.59...2.0.60) (2020-12-04) ### Bug Fixes * **core.gbapp:** Keep text fixed. ([50564c6](https://github.com/pragmatismo-io/BotServer/commit/50564c64d246c721e8536641668e4a7855e39205)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5b6f8fa..c1beec79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.60](https://github.com/pragmatismo-io/BotServer/compare/2.0.59...2.0.60) (2020-12-04) + + +### Bug Fixes + +* **core.gbapp:** Keep text fixed. ([50564c6](https://github.com/pragmatismo-io/BotServer/commit/50564c64d246c721e8536641668e4a7855e39205)) + ## [2.0.59](https://github.com/pragmatismo-io/BotServer/compare/2.0.58...2.0.59) (2020-12-03) diff --git a/package.json b/package.json index aacf8c33..9ee4e2ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.59", + "version": "2.0.60", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",