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](1063739cbe))
This commit is contained in:
Rodrigo 2023-01-19 13:45:21 +00:00
parent 1063739cbe
commit f8775c48d4
2 changed files with 8 additions and 1 deletions

View file

@ -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)

View file

@ -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",