From 335939bc72d4968588e5db3e96e0e25775b25d4f Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sat, 28 Aug 2021 20:00:03 +0000 Subject: [PATCH] chore(release): 2.0.141 [skip ci] ## [2.0.141](https://github.com/GeneralBots/BotServer/compare/2.0.140...2.0.141) (2021-08-28) ### Bug Fixes * **basic.gblib:** Fix in WEEKDAY culture always in English. ([45d0bf3](https://github.com/GeneralBots/BotServer/commit/45d0bf3a8513c927c16788204c9cd4604ad21691)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 138343f4..d8b873c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.141](https://github.com/GeneralBots/BotServer/compare/2.0.140...2.0.141) (2021-08-28) + + +### Bug Fixes + +* **basic.gblib:** Fix in WEEKDAY culture always in English. ([45d0bf3](https://github.com/GeneralBots/BotServer/commit/45d0bf3a8513c927c16788204c9cd4604ad21691)) + ## [2.0.140](https://github.com/GeneralBots/BotServer/compare/2.0.139...2.0.140) (2021-08-28) diff --git a/package.json b/package.json index 73491dd5..e1c1a7b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.140", + "version": "2.0.141", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",