From 26ebac288e9e8e52353d711f7d5ed4abeca04e50 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 1 Dec 2020 00:30:18 +0000 Subject: [PATCH] chore(release): 2.0.56 [skip ci] ## [2.0.56](https://github.com/pragmatismo-io/BotServer/compare/2.0.55...2.0.56) (2020-12-01) ### Bug Fixes * **all:** fixed case-insensitivity for BASIC commands. ([b6aba26](https://github.com/pragmatismo-io/BotServer/commit/b6aba266f6e596151dbc573a37ec4f7573dc1710)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d47826..d5b31081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.56](https://github.com/pragmatismo-io/BotServer/compare/2.0.55...2.0.56) (2020-12-01) + + +### Bug Fixes + +* **all:** fixed case-insensitivity for BASIC commands. ([b6aba26](https://github.com/pragmatismo-io/BotServer/commit/b6aba266f6e596151dbc573a37ec4f7573dc1710)) + ## [2.0.55](https://github.com/pragmatismo-io/BotServer/compare/2.0.54...2.0.55) (2020-11-30) diff --git a/package.json b/package.json index ae34dba8..7bcca547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.55", + "version": "2.0.56", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",