chore(release): 2.0.93 [skip ci]

## [2.0.93](https://github.com/GeneralBots/BotServer/compare/2.0.92...2.0.93) (2021-01-20)

### Bug Fixes

* **basic.gblib:** COPY and CONVERT is now generating good JS. ([3f13609](3f13609d59))
This commit is contained in:
Rodrigo 2021-01-20 21:28:08 +00:00
parent e8fc5dff63
commit bf93941a91
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.93](https://github.com/GeneralBots/BotServer/compare/2.0.92...2.0.93) (2021-01-20)
### Bug Fixes
* **basic.gblib:** COPY and CONVERT is now generating good JS. ([3f13609](https://github.com/GeneralBots/BotServer/commit/3f13609d5981163b86cca9bd817c954d1e70412e))
## [2.0.92](https://github.com/GeneralBots/BotServer/compare/2.0.91...2.0.92) (2021-01-15)

View file

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