chore(release): 2.0.97 [skip ci]

## [2.0.97](https://github.com/GeneralBots/BotServer/compare/2.0.96...2.0.97) (2021-01-28)

### Bug Fixes

* **basic.gblib:** COPY and CONVERT fixed. ([30f3b36](30f3b36469))
* **basic.gblib:** More code instrumentation. ([fbd50f5](fbd50f50bc))
This commit is contained in:
Rodrigo 2021-01-28 11:50:52 +00:00
parent 41bffd0717
commit d858a3512a
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## [2.0.97](https://github.com/GeneralBots/BotServer/compare/2.0.96...2.0.97) (2021-01-28)
### Bug Fixes
* **basic.gblib:** COPY and CONVERT fixed. ([30f3b36](https://github.com/GeneralBots/BotServer/commit/30f3b3646979d347fd4639be872b5480a515840d))
* **basic.gblib:** More code instrumentation. ([fbd50f5](https://github.com/GeneralBots/BotServer/commit/fbd50f50bcd4e8ab4eb982d7da505faa5fcea6e6))
## [2.0.96](https://github.com/GeneralBots/BotServer/compare/2.0.95...2.0.96) (2021-01-28)

View file

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