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

This commit is contained in:
Rodrigo Rodriguez 2021-01-05 07:47:55 -03:00
commit b8b47c8238
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.82](https://github.com/pragmatismo-io/BotServer/compare/2.0.81...2.0.82) (2021-01-03)
### Bug Fixes
* **basic.gblib:** New names for basic functions on hidden code header. ([dba22d5](https://github.com/pragmatismo-io/BotServer/commit/dba22d518d344539d42e4fededbc7d7fbe26f29a))
## [2.0.81](https://github.com/pragmatismo-io/BotServer/compare/2.0.80...2.0.81) (2021-01-03)

View file

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