chore(release): 2.3.6 [skip ci]

## [2.3.6](https://github.com/GeneralBots/BotServer/compare/2.3.5...2.3.6) (2023-01-25)

### Bug Fixes

* **dialogkeywords.ts:** injected security context inside DialogKeywords ([81953d7](81953d7d9f))
This commit is contained in:
Rodrigo 2023-01-25 13:54:58 +00:00
parent 81953d7d9f
commit 66d3dcedf0
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.3.6](https://github.com/GeneralBots/BotServer/compare/2.3.5...2.3.6) (2023-01-25)
### Bug Fixes
* **dialogkeywords.ts:** injected security context inside DialogKeywords ([81953d7](https://github.com/GeneralBots/BotServer/commit/81953d7d9f48407968e2d35e686347f6f6005a0d))
## [2.3.5](https://github.com/GeneralBots/BotServer/compare/2.3.4...2.3.5) (2023-01-19) ## [2.3.5](https://github.com/GeneralBots/BotServer/compare/2.3.4...2.3.5) (2023-01-19)

View file

@ -1,6 +1,6 @@
{ {
"name": "botserver", "name": "botserver",
"version": "2.3.5", "version": "2.3.6",
"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",