chore(release): 2.0.66 [skip ci]

## [2.0.66](https://github.com/pragmatismo-io/BotServer/compare/2.0.65...2.0.66) (2020-12-06)

### Bug Fixes

* **core.gbapp:** Ignoring case for keep text. ([5139817](5139817466))
This commit is contained in:
Rodrigo 2020-12-06 23:41:09 +00:00
parent e58b316d21
commit 3a7533339e
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.66](https://github.com/pragmatismo-io/BotServer/compare/2.0.65...2.0.66) (2020-12-06)
### Bug Fixes
* **core.gbapp:** Ignoring case for keep text. ([5139817](https://github.com/pragmatismo-io/BotServer/commit/513981746648db4466301ad5a69373d48ed3be1a))
## [2.0.65](https://github.com/pragmatismo-io/BotServer/compare/2.0.64...2.0.65) (2020-12-06)

View file

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