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