diff --git a/CHANGELOG.md b/CHANGELOG.md index 45413e330..a8ae21632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.6](https://github.com/blib-la/captain/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-02-23) + + +### Features + +* story streaming ([#62](https://github.com/blib-la/captain/issues/62)) ([5463eaf](https://github.com/blib-la/captain/commit/5463eaf1e98747b715cfbda412c222ac2128120f)) + # [1.0.0-alpha.5](https://github.com/blib-la/captain/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2024-02-23) diff --git a/README.md b/README.md index 71e95535b..c8d3e99ec 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Portuguese, Russian, and Chinese.

- + Download Captain

diff --git a/package.json b/package.json index 1d44d4282..32c7bc0fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "captain", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "private": true, "description": "The Captain of AI", "license": "AGPL 3.0",