From 36c818de204ca1056e283aaa72bcbeade9b1aed5 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sun, 15 Aug 2021 13:48:12 +0000 Subject: [PATCH] chore(release): 2.0.133 [skip ci] ## [2.0.133](https://github.com/GeneralBots/BotServer/compare/2.0.132...2.0.133) (2021-08-15) ### Bug Fixes * **basic.gblib:** NOW keyword is now formatting values with two zeros. ([b99c917](https://github.com/GeneralBots/BotServer/commit/b99c917754f6aaa0516011a25b1e219b2084156d)) * **basic.gblib:** NOW keyword is now formatting values with two zeros. ([9c1787b](https://github.com/GeneralBots/BotServer/commit/9c1787b632c0d66861165e3e522b05b1b713e6c7)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e67118..fb633697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.133](https://github.com/GeneralBots/BotServer/compare/2.0.132...2.0.133) (2021-08-15) + + +### Bug Fixes + +* **basic.gblib:** NOW keyword is now formatting values with two zeros. ([b99c917](https://github.com/GeneralBots/BotServer/commit/b99c917754f6aaa0516011a25b1e219b2084156d)) +* **basic.gblib:** NOW keyword is now formatting values with two zeros. ([9c1787b](https://github.com/GeneralBots/BotServer/commit/9c1787b632c0d66861165e3e522b05b1b713e6c7)) + ## [2.0.132](https://github.com/GeneralBots/BotServer/compare/2.0.131...2.0.132) (2021-08-15) diff --git a/package.json b/package.json index cbc17bf4..abc3882c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.132", + "version": "2.0.133", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",