From ba96798c772670fea00bed1ca6e32d4155823fd0 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 10 Jan 2023 15:09:59 +0000 Subject: [PATCH] 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](https://github.com/GeneralBots/BotServer/commit/a65a82dd8a8805a4e90dfb6d7b72a49fcc611419)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d02b3cc2..6f0a23ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 889f58bc..792c2e62 100644 --- a/package.json +++ b/package.json @@ -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",