From 50827fef826a51fd0f640d7ef1b9c540f09ba94f Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Fri, 25 Dec 2020 16:40:41 +0000 Subject: [PATCH] chore(release): 2.0.79 [skip ci] ## [2.0.79](https://github.com/pragmatismo-io/BotServer/compare/2.0.78...2.0.79) (2020-12-25) ### Bug Fixes * **core.gbapp:** Comments improving. ([dcb5961](https://github.com/pragmatismo-io/BotServer/commit/dcb5961a8049c273af66e3c955cce13b80a6ff74)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b16e3e9..2f164437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.79](https://github.com/pragmatismo-io/BotServer/compare/2.0.78...2.0.79) (2020-12-25) + + +### Bug Fixes + +* **core.gbapp:** Comments improving. ([dcb5961](https://github.com/pragmatismo-io/BotServer/commit/dcb5961a8049c273af66e3c955cce13b80a6ff74)) + ## [2.0.78](https://github.com/pragmatismo-io/BotServer/compare/2.0.77...2.0.78) (2020-12-23) diff --git a/package.json b/package.json index ad9e83e5..25a9167c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.78", + "version": "2.0.79", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",