diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f164437..f16331d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.0.80](https://github.com/pragmatismo-io/BotServer/compare/2.0.79...2.0.80) (2020-12-31) + + +### Bug Fixes + +* **all:** More coments on GBDeployer. ([5dae314](https://github.com/pragmatismo-io/BotServer/commit/5dae31448025abd0010cddcc73e3346e309f918d)) +* **all:** TS Lint and minor fixes. ([e7d7a1a](https://github.com/pragmatismo-io/BotServer/commit/e7d7a1a4b2a8808eb372cfe3f532be308c896890)) +* **basic.gblib:** Commenting blocks. ([7672540](https://github.com/pragmatismo-io/BotServer/commit/76725400530ac65ab7c06ecb7bdae1b4f692582e)) +* **basic.gblib:** Comments to the keyword facade. ([b33a8b5](https://github.com/pragmatismo-io/BotServer/commit/b33a8b53410405feeff2f78ddda09c79153378cc)) +* **core.gbapp:** More comments in GBMinService. ([9bc82ab](https://github.com/pragmatismo-io/BotServer/commit/9bc82abf11fb7ad8aed8e53315ba250cbbcbc15a)) + ## [2.0.79](https://github.com/pragmatismo-io/BotServer/compare/2.0.78...2.0.79) (2020-12-25) diff --git a/package.json b/package.json index aaeebb27..0d33e6d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.79", + "version": "2.0.80", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",