From 66d3dcedf01d47c26eaf25aa5b0103ac42a70cd1 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Wed, 25 Jan 2023 13:54:58 +0000 Subject: [PATCH] chore(release): 2.3.6 [skip ci] ## [2.3.6](https://github.com/GeneralBots/BotServer/compare/2.3.5...2.3.6) (2023-01-25) ### Bug Fixes * **dialogkeywords.ts:** injected security context inside DialogKeywords ([81953d7](https://github.com/GeneralBots/BotServer/commit/81953d7d9f48407968e2d35e686347f6f6005a0d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f52db779..7b802b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.6](https://github.com/GeneralBots/BotServer/compare/2.3.5...2.3.6) (2023-01-25) + + +### Bug Fixes + +* **dialogkeywords.ts:** injected security context inside DialogKeywords ([81953d7](https://github.com/GeneralBots/BotServer/commit/81953d7d9f48407968e2d35e686347f6f6005a0d)) + ## [2.3.5](https://github.com/GeneralBots/BotServer/compare/2.3.4...2.3.5) (2023-01-19) diff --git a/package.json b/package.json index fbda3584..0b5ce1df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.3.5", + "version": "2.3.6", "type": "module", "description": "General Bot Community Edition open-core server.", "main": "./boot.mjs",