From 482904672f1721276f1489fc963498932f27dce6 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Wed, 25 Jan 2023 14:07:37 +0000 Subject: [PATCH] chore(release): 2.3.7 [skip ci] ## [2.3.7](https://github.com/GeneralBots/BotServer/compare/2.3.6...2.3.7) (2023-01-25) ### Bug Fixes * **systemkeywords.ts:** injected security context inside systemkeywords.ts ([8a895d3](https://github.com/GeneralBots/BotServer/commit/8a895d3da1f9a2cfee680f09e79ea999cdf3db8d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b802b15..41924d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.7](https://github.com/GeneralBots/BotServer/compare/2.3.6...2.3.7) (2023-01-25) + + +### Bug Fixes + +* **systemkeywords.ts:** injected security context inside systemkeywords.ts ([8a895d3](https://github.com/GeneralBots/BotServer/commit/8a895d3da1f9a2cfee680f09e79ea999cdf3db8d)) + ## [2.3.6](https://github.com/GeneralBots/BotServer/compare/2.3.5...2.3.6) (2023-01-25) diff --git a/package.json b/package.json index 0b5ce1df..a0239e8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.3.6", + "version": "2.3.7", "type": "module", "description": "General Bot Community Edition open-core server.", "main": "./boot.mjs",