From 4dc87b5ecc569b48d541b972d93e2f6f01c87f23 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 21 Jun 2021 11:31:31 +0000 Subject: [PATCH] chore(release): 2.0.127 [skip ci] ## [2.0.127](https://github.com/GeneralBots/BotServer/compare/2.0.126...2.0.127) (2021-06-21) ### Bug Fixes * **core.gbapp:** Fix default theme information. ([40a95ec](https://github.com/GeneralBots/BotServer/commit/40a95ec883dc0a06d29f290af389c307a76befcb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf67e23..5fcd7e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.127](https://github.com/GeneralBots/BotServer/compare/2.0.126...2.0.127) (2021-06-21) + + +### Bug Fixes + +* **core.gbapp:** Fix default theme information. ([40a95ec](https://github.com/GeneralBots/BotServer/commit/40a95ec883dc0a06d29f290af389c307a76befcb)) + ## [2.0.126](https://github.com/GeneralBots/BotServer/compare/2.0.125...2.0.126) (2021-06-21) diff --git a/package.json b/package.json index 8ffe2771..4fcecf2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.126", + "version": "2.0.127", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",