From f8775c48d4960e4320a799fb76c3880209a04088 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Thu, 19 Jan 2023 13:45:21 +0000 Subject: [PATCH] chore(release): 2.3.4 [skip ci] ## [2.3.4](https://github.com/GeneralBots/BotServer/compare/2.3.3...2.3.4) (2023-01-19) ### Bug Fixes * **basic.gblib:** executionid and changed to pid and security context for HEAR. ([1063739](https://github.com/GeneralBots/BotServer/commit/1063739cbeab3ebbc1210b1962f6275d619debdd)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57d37a97b..a95a79dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.4](https://github.com/GeneralBots/BotServer/compare/2.3.3...2.3.4) (2023-01-19) + + +### Bug Fixes + +* **basic.gblib:** executionid and changed to pid and security context for HEAR. ([1063739](https://github.com/GeneralBots/BotServer/commit/1063739cbeab3ebbc1210b1962f6275d619debdd)) + ## [2.3.3](https://github.com/GeneralBots/BotServer/compare/2.3.2...2.3.3) (2023-01-17) diff --git a/package.json b/package.json index bb15cd202..1af151107 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.3.3", + "version": "2.3.4", "type": "module", "description": "General Bot Community Edition open-core server.", "main": "./boot.mjs",