diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa43f00..b9241c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.101](https://github.com/GeneralBots/BotServer/compare/2.0.100...2.0.101) (2021-02-07) + + +### Bug Fixes + +* **basic.gblib:** Fix in BASIC regexp to catch only keywords outsite quotes. ([0681fe4](https://github.com/GeneralBots/BotServer/commit/0681fe4d31a6534e3ac7b28aa6a114408162a997)) + ## [2.0.100](https://github.com/GeneralBots/BotServer/compare/2.0.99...2.0.100) (2021-02-05) diff --git a/package.json b/package.json index e077276f..bdbdac81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.100", + "version": "2.0.101", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",