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

This commit is contained in:
Rodrigo Rodriguez 2021-08-16 17:38:10 -03:00
commit c9adc7ddfc
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.136](https://github.com/GeneralBots/BotServer/compare/2.0.135...2.0.136) (2021-08-15)
### Bug Fixes
* **basic.gblib:** NOW keyword is now formatting values with two zeros. ([0cd79e6](https://github.com/GeneralBots/BotServer/commit/0cd79e6ef17f3935280be158f6902b0964cba9c8))
## [2.0.135](https://github.com/GeneralBots/BotServer/compare/2.0.134...2.0.135) (2021-08-15) ## [2.0.135](https://github.com/GeneralBots/BotServer/compare/2.0.134...2.0.135) (2021-08-15)

View file

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