From a5aa5316f18c6131f2f0b07619297af0c07da7a9 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 9 Mar 2021 16:34:59 +0000 Subject: [PATCH] chore(release): 2.0.113 [skip ci] ## [2.0.113](https://github.com/GeneralBots/BotServer/compare/2.0.112...2.0.113) (2021-03-09) ### Bug Fixes * **basic.gblib:** Trying to fix FIND error on filtering. ([5422e69](https://github.com/GeneralBots/BotServer/commit/5422e69841820368ae08183a212c98d064f18dc1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0234635f..89265faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.113](https://github.com/GeneralBots/BotServer/compare/2.0.112...2.0.113) (2021-03-09) + + +### Bug Fixes + +* **basic.gblib:** Trying to fix FIND error on filtering. ([5422e69](https://github.com/GeneralBots/BotServer/commit/5422e69841820368ae08183a212c98d064f18dc1)) + ## [2.0.112](https://github.com/GeneralBots/BotServer/compare/2.0.111...2.0.112) (2021-03-08) diff --git a/package.json b/package.json index 4f542572..5cec0961 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.112", + "version": "2.0.113", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",