chore(release): 2.2.0 [skip ci]

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

### Features

* **systemkeywords.ts:** introducing executionid feature in api ([52dea44](52dea442d5))
This commit is contained in:
Rodrigo 2023-01-10 12:58:57 +00:00
parent 52dea442d5
commit cfee19edda
2 changed files with 8 additions and 1 deletions

View file

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

View file

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