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](b1359bbf09))
This commit is contained in:
Rodrigo 2020-10-30 14:34:02 +00:00
parent 12b136285d
commit 7d7a7b0766
2 changed files with 8 additions and 1 deletions

View file

@ -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) ## [2.0.21](https://github.com/pragmatismo-io/BotServer/compare/2.0.20...2.0.21) (2020-10-30)

View file

@ -1,6 +1,6 @@
{ {
"name": "botserver", "name": "botserver",
"version": "2.0.21", "version": "2.0.22",
"description": "General Bot Community Edition open-core server.", "description": "General Bot Community Edition open-core server.",
"main": "./boot.js", "main": "./boot.js",
"bugs": "https://github.com/pragmatismo-io/BotServer/issues", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",