diff --git a/CHANGELOG.md b/CHANGELOG.md index edcae443..b17ee383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.108](https://github.com/GeneralBots/BotServer/compare/2.0.107...2.0.108) (2021-03-01) + + +### Bug Fixes + +* **all:** Convert is OK. ([da582b0](https://github.com/GeneralBots/BotServer/commit/da582b0a59d4dbf097110080952a88159d260e0d)) + ## [2.0.107](https://github.com/GeneralBots/BotServer/compare/2.0.106...2.0.107) (2021-02-28) diff --git a/package.json b/package.json index d5132b89..abe93306 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.107", + "version": "2.0.108", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",