Merge branch 'master' of https://github.com/GeneralBots/BotServer into master

This commit is contained in:
Rodrigo Rodriguez 2020-12-07 11:21:58 -03:00
commit 073d11833c
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",