Skip to content

Commit

Permalink
chore: release 0.0.14
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Pilar <tomas.pilar@apoco.com>
  • Loading branch information
pilartomas committed Dec 3, 2024
1 parent 6c203cc commit 3c0b3a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.0.14](https://github.com/i-am-bee/bee-api/compare/v0.0.13...v0.0.14) (2024-12-03)

### Features

* chat completion endpoint for authorized and artifact users ([#92](https://github.com/i-am-bee/bee-api/issues/92)) ([b40c204](https://github.com/i-am-bee/bee-api/commit/b40c20413191a054ea38a5bbe2d47df620180970))
* **deps:** upgrade bee-agent-framework and refactor ([#102](https://github.com/i-am-bee/bee-api/issues/102)) ([fc014df](https://github.com/i-am-bee/bee-api/commit/fc014df8d756042e5490028ad03d7b0d0b24a743))
* **ui:** modules_to_packages endpoint ([#101](https://github.com/i-am-bee/bee-api/issues/101)) ([6c203cc](https://github.com/i-am-bee/bee-api/commit/6c203cc28a8423151e2fcb398c4c8da9bfcccf39))

### Bug Fixes

* **artifact:** fix schema and type ([#97](https://github.com/i-am-bee/bee-api/issues/97)) ([7a585cd](https://github.com/i-am-bee/bee-api/commit/7a585cd80930973107b40f3a0e4e6cbfd6dbd664))
* **assistant:** tools check for streamlit agent ([#94](https://github.com/i-am-bee/bee-api/issues/94)) ([0d4ff85](https://github.com/i-am-bee/bee-api/commit/0d4ff854a48a1d0b386bf9a5cc3453b6c60b5c5d))

## [0.0.13](https://github.com/i-am-bee/bee-api/compare/v0.0.12...v0.0.13) (2024-11-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bee-api",
"version": "0.0.13",
"version": "0.0.14",
"license": "Apache-2.0",
"author": "IBM Corp.",
"type": "module",
Expand Down

0 comments on commit 3c0b3a3

Please sign in to comment.