From dfd2b9ad41ab159bf7359f32849b40339c8aca06 Mon Sep 17 00:00:00 2001 From: Matous Havlena Date: Sun, 15 Dec 2024 09:38:21 +0100 Subject: [PATCH] chore: release 0.0.18 Signed-off-by: Matous Havlena --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f6d820..ae41e01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.0.18](https://github.com/i-am-bee/bee-api/compare/v0.0.17...v0.0.18) (2024-12-15) + +### Features + +* **user:** add default assistant when user created ([#137](https://github.com/i-am-bee/bee-api/issues/137)) ([328c8de](https://github.com/i-am-bee/bee-api/commit/328c8ded996db1d8d8d649fbcff24c67f5cee2ed)) + +### Bug Fixes + +* **limits:** merge window and rate limits, fix streaming headers ([#134](https://github.com/i-am-bee/bee-api/issues/134)) ([e997180](https://github.com/i-am-bee/bee-api/commit/e9971803ae1f2e0d11f3a2d4cc0f4c194e83fb5a)) +* **readFile:** fix error for read file tool ([#133](https://github.com/i-am-bee/bee-api/issues/133)) ([05a59d9](https://github.com/i-am-bee/bee-api/commit/05a59d98b035bde280c71284b43c005a604d2128)) + ## [0.0.17](https://github.com/i-am-bee/bee-api/compare/v0.0.16...v0.0.17) (2024-12-13) ### Features diff --git a/package.json b/package.json index c205ea1..01c7a64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bee-api", - "version": "0.0.17", + "version": "0.0.18", "license": "Apache-2.0", "author": "IBM Corp.", "type": "module",