From 2ec498785341f430d0ac4489e4c1ad527a52ddac Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Wed, 4 Jan 2023 19:50:29 +0000 Subject: [PATCH] chore(release): 2.1.3 [skip ci] ## [2.1.3](https://github.com/GeneralBots/BotServer/compare/2.1.2...2.1.3) (2023-01-04) ### Bug Fixes * **AzureDeployerService:** accessToken ([07d9cf6](https://github.com/GeneralBots/BotServer/commit/07d9cf67dbf96afe1b6811dc80c20c34e43794b7)) * **azuredeployerservice.gbapp:** Update of password generator libs. ([57461ee](https://github.com/GeneralBots/BotServer/commit/57461ee0060e9e4224d674f07e96008419ff57b6)) * **basic.gblib:** Threat multiple spaces as one. ([0721a3f](https://github.com/GeneralBots/BotServer/commit/0721a3fa78776259f7b238d180ee55c823787237)) * **basic.gblib:** Threat multiple spaces as one. ([ac5911e](https://github.com/GeneralBots/BotServer/commit/ac5911ee02cc6e844d7a35788e962b8cef7a037e)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6a2284..4adc3b74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [2.1.3](https://github.com/GeneralBots/BotServer/compare/2.1.2...2.1.3) (2023-01-04) + + +### Bug Fixes + +* **AzureDeployerService:** accessToken ([07d9cf6](https://github.com/GeneralBots/BotServer/commit/07d9cf67dbf96afe1b6811dc80c20c34e43794b7)) +* **azuredeployerservice.gbapp:** Update of password generator libs. ([57461ee](https://github.com/GeneralBots/BotServer/commit/57461ee0060e9e4224d674f07e96008419ff57b6)) +* **basic.gblib:** Threat multiple spaces as one. ([0721a3f](https://github.com/GeneralBots/BotServer/commit/0721a3fa78776259f7b238d180ee55c823787237)) +* **basic.gblib:** Threat multiple spaces as one. ([ac5911e](https://github.com/GeneralBots/BotServer/commit/ac5911ee02cc6e844d7a35788e962b8cef7a037e)) + ## [2.1.2](https://github.com/GeneralBots/BotServer/compare/2.1.1...2.1.2) (2023-01-02) diff --git a/package.json b/package.json index c00fc00e..2ef46b7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.1.2", + "version": "2.1.3", "type": "module", "description": "General Bot Community Edition open-core server.", "main": "./boot.mjs",