From 2b25a6664aea5102d32dfd9c8817dd0f7621a0f7 Mon Sep 17 00:00:00 2001 From: Matous Havlena Date: Thu, 19 Dec 2024 22:33:15 +0100 Subject: [PATCH] chore: release 0.0.21 Signed-off-by: Matous Havlena --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f14407..f96d420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.0.21 (2024-12-19) + +* fix: assistant builder form edit bug (#162) ([623863b](https://github.com/i-am-bee/bee-ui/commit/623863b)), closes [#162](https://github.com/i-am-bee/bee-ui/issues/162) +* fix: assistant creation and show all tools on Tools page (#156) ([436ff00](https://github.com/i-am-bee/bee-ui/commit/436ff00)), closes [#156](https://github.com/i-am-bee/bee-ui/issues/156) +* fix(tool): fix system tool icon (#158) ([38a73cb](https://github.com/i-am-bee/bee-ui/commit/38a73cb)), closes [#158](https://github.com/i-am-bee/bee-ui/issues/158) +* feat: pos-tlaunch qa updates (#160) ([45de325](https://github.com/i-am-bee/bee-ui/commit/45de325)), closes [#160](https://github.com/i-am-bee/bee-ui/issues/160) +* feat(tools): add llm and calculator tools (#132) ([5851900](https://github.com/i-am-bee/bee-ui/commit/5851900)), closes [#132](https://github.com/i-am-bee/bee-ui/issues/132) + ## 0.0.20 (2024-12-17) * fix(apps): correct formatting in error message (#154) ([bbfd730](https://github.com/i-am-bee/bee-ui/commit/bbfd730)), closes [#154](https://github.com/i-am-bee/bee-ui/issues/154) diff --git a/package.json b/package.json index 505f00e..eee5950 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bee-ui", - "version": "0.0.20", + "version": "0.0.21", "license": "Apache-2.0", "author": "IBM Corp.", "scripts": {