chore(release): 2.0.137 [skip ci]

## [2.0.137](https://github.com/GeneralBots/BotServer/compare/2.0.136...2.0.137) (2021-08-16)

### Bug Fixes

* **basic.gblib:** NOW keyword is now formatting values with two zeros. ([1ed7cfa](1ed7cfaf74))
This commit is contained in:
Rodrigo 2021-08-16 20:42:10 +00:00
parent c9adc7ddfc
commit 4461ba610c
2 changed files with 8 additions and 1 deletions

View file

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

View file

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