From 53e8203b28f073115ebe260b908d051e0c2220a8 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sun, 15 Aug 2021 15:31:17 +0000 Subject: [PATCH] chore(release): 2.0.135 [skip ci] ## [2.0.135](https://github.com/GeneralBots/BotServer/compare/2.0.134...2.0.135) (2021-08-15) ### Bug Fixes * **basic.gblib:** NOW keyword is now formatting values with two zeros. ([5c8efee](https://github.com/GeneralBots/BotServer/commit/5c8efeef2ae4f29b6588c257432d176760fa40dd)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72bfb0d8..99ee2056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.135](https://github.com/GeneralBots/BotServer/compare/2.0.134...2.0.135) (2021-08-15) + + +### Bug Fixes + +* **basic.gblib:** NOW keyword is now formatting values with two zeros. ([5c8efee](https://github.com/GeneralBots/BotServer/commit/5c8efeef2ae4f29b6588c257432d176760fa40dd)) + ## [2.0.134](https://github.com/GeneralBots/BotServer/compare/2.0.133...2.0.134) (2021-08-15) diff --git a/package.json b/package.json index af653c28..7eb2e3a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.134", + "version": "2.0.135", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",