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

This commit is contained in:
Rodrigo Rodriguez 2021-08-31 15:13:30 -03:00
commit 943546a8a0
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.144](https://github.com/GeneralBots/BotServer/compare/2.0.143...2.0.144) (2021-08-30)
### Bug Fixes
* **basic.gblib:** Now BASIC only runs after auth. ([dfb869e](https://github.com/GeneralBots/BotServer/commit/dfb869e7967c304ecf9cb042e5ff3ddc9cc99603))
## [2.0.143](https://github.com/GeneralBots/BotServer/compare/2.0.142...2.0.143) (2021-08-30)

View file

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