chore(release): 2.3.0 [skip ci]

# [2.3.0](https://github.com/GeneralBots/BotServer/compare/2.2.0...2.3.0) (2023-01-10)

### Features

* **systemkeywords.ts:** introducing executionid feature in api ([a65a82d](a65a82dd8a))
This commit is contained in:
Rodrigo 2023-01-10 15:09:59 +00:00
parent a65a82dd8a
commit ba96798c77
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
# [2.3.0](https://github.com/GeneralBots/BotServer/compare/2.2.0...2.3.0) (2023-01-10)
### Features
* **systemkeywords.ts:** introducing executionid feature in api ([a65a82d](https://github.com/GeneralBots/BotServer/commit/a65a82dd8a8805a4e90dfb6d7b72a49fcc611419))
# [2.2.0](https://github.com/GeneralBots/BotServer/compare/2.1.5...2.2.0) (2023-01-10)

View file

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