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](8a895d3da1))
This commit is contained in:
Rodrigo 2023-01-25 14:07:37 +00:00
parent 346f88b826
commit 482904672f
2 changed files with 8 additions and 1 deletions

View file

@ -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) ## [2.3.6](https://github.com/GeneralBots/BotServer/compare/2.3.5...2.3.6) (2023-01-25)

View file

@ -1,6 +1,6 @@
{ {
"name": "botserver", "name": "botserver",
"version": "2.3.6", "version": "2.3.7",
"type": "module", "type": "module",
"description": "General Bot Community Edition open-core server.", "description": "General Bot Community Edition open-core server.",
"main": "./boot.mjs", "main": "./boot.mjs",