chore(release): 2.3.2 [skip ci]

## [2.3.2](https://github.com/GeneralBots/BotServer/compare/2.3.1...2.3.2) (2023-01-13)

### Bug Fixes

* **systemkeywords.ts:** executionid, and changed to pid ([274db0d](274db0d389))
This commit is contained in:
Rodrigo 2023-01-13 19:18:16 +00:00
parent 274db0d389
commit 5166db205e
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.3.2](https://github.com/GeneralBots/BotServer/compare/2.3.1...2.3.2) (2023-01-13)
### Bug Fixes
* **systemkeywords.ts:** executionid, and changed to pid ([274db0d](https://github.com/GeneralBots/BotServer/commit/274db0d389f6d145355ca38d9143da4b1b1694fa))
## [2.3.1](https://github.com/GeneralBots/BotServer/compare/2.3.0...2.3.1) (2023-01-13)

View file

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