From 7d7a7b07664c3e7fad2f6ea0672bf02c3c04e857 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Fri, 30 Oct 2020 14:34:02 +0000 Subject: [PATCH] chore(release): 2.0.22 [skip ci] ## [2.0.22](https://github.com/pragmatismo-io/BotServer/compare/2.0.21...2.0.22) (2020-10-30) ### Bug Fixes * **all:** Spelled now received first letter in uppercase. ([b1359bb](https://github.com/pragmatismo-io/BotServer/commit/b1359bbf09a558fed45d8bf8b79712407bf4d2c8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b35ade..cc8644e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.22](https://github.com/pragmatismo-io/BotServer/compare/2.0.21...2.0.22) (2020-10-30) + + +### Bug Fixes + +* **all:** Spelled now received first letter in uppercase. ([b1359bb](https://github.com/pragmatismo-io/BotServer/commit/b1359bbf09a558fed45d8bf8b79712407bf4d2c8)) + ## [2.0.21](https://github.com/pragmatismo-io/BotServer/compare/2.0.20...2.0.21) (2020-10-30) diff --git a/package.json b/package.json index 4f69251f..ed2a89c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.21", + "version": "2.0.22", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",