From b7e6af81fc78bc400f85a49801e0618b71ecee0b Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sun, 7 Feb 2021 11:17:32 +0000 Subject: [PATCH] chore(release): 2.0.101 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",