diff --git a/CHANGELOG.md b/CHANGELOG.md index b9241c72..61794b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.102](https://github.com/GeneralBots/BotServer/compare/2.0.101...2.0.102) (2021-02-07) + + +### Bug Fixes + +* **basic.gblib:** Fixing bad regexp. ([5d6d147](https://github.com/GeneralBots/BotServer/commit/5d6d147ad4b24f51824d7f4c6a8ff0f6f0494932)) + ## [2.0.101](https://github.com/GeneralBots/BotServer/compare/2.0.100...2.0.101) (2021-02-07) diff --git a/package.json b/package.json index bdbdac81..79147b03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.101", + "version": "2.0.102", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",