From bc79e4fd18e405fa5a234a9e4601550f714d8907 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Fri, 5 Feb 2021 13:00:03 +0000 Subject: [PATCH] chore(release): 2.0.100 [skip ci] ## [2.0.100](https://github.com/GeneralBots/BotServer/compare/2.0.99...2.0.100) (2021-02-05) ### Bug Fixes * **admin.gbapp:** Fix in DONT_DOWNLOAD. ([3ed733e](https://github.com/GeneralBots/BotServer/commit/3ed733e4f852e52785c3ba32eee28969efd07779)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b82cbd9..2fa43f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.100](https://github.com/GeneralBots/BotServer/compare/2.0.99...2.0.100) (2021-02-05) + + +### Bug Fixes + +* **admin.gbapp:** Fix in DONT_DOWNLOAD. ([3ed733e](https://github.com/GeneralBots/BotServer/commit/3ed733e4f852e52785c3ba32eee28969efd07779)) + ## [2.0.99](https://github.com/GeneralBots/BotServer/compare/2.0.98...2.0.99) (2021-02-02) diff --git a/package.json b/package.json index a106ead2..e077276f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.99", + "version": "2.0.100", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",