diff --git a/CHANGELOG.md b/CHANGELOG.md index e16e60e6d..12036e7f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.9](https://github.com/blib-la/captain/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2024-03-04) + + +### Features + +* git clone & lfs ([#67](https://github.com/blib-la/captain/issues/67)) ([2a5bbc9](https://github.com/blib-la/captain/commit/2a5bbc975ee765bd9cfb8d8aeee7d703cfa305c4)) + # [1.0.0-alpha.8](https://github.com/blib-la/captain/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2024-02-26) diff --git a/README.md b/README.md index e895cb53f..c27684213 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 5784a81c7..8e36d5243 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "captain", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "private": true, "description": "The Captain of AI", "license": "AGPL 3.0",