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