Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.99
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.99](v1.0.0-alpha.98...v1.0.0-alpha.99) (2024-06-05)

### Features

* make chats virtualized ([#330](#330)) ([2f5eb80](2f5eb80))
  • Loading branch information
semantic-release-bot committed Jun 5, 2024
1 parent 2f5eb80 commit 34a7b34
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-alpha.99](https://github.com/blib-la/captain/compare/v1.0.0-alpha.98...v1.0.0-alpha.99) (2024-06-05)


### Features

* make chats virtualized ([#330](https://github.com/blib-la/captain/issues/330)) ([2f5eb80](https://github.com/blib-la/captain/commit/2f5eb808e71ca9c751a07c2b3900e20e468ac7ad))

# [1.0.0-alpha.98](https://github.com/blib-la/captain/compare/v1.0.0-alpha.97...v1.0.0-alpha.98) (2024-05-28)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- releases -->
<div align="center">
<a href="https://github.com/blib-la/captain/releases/download/v1.0.0-alpha.98/Captain-Setup-1.0.0-alpha.98.exe">
<a href="https://github.com/blib-la/captain/releases/download/v1.0.0-alpha.99/Captain-Setup-1.0.0-alpha.99.exe">
<img alt="Windows" src="https://img.shields.io/badge/Windows-Download Now-2c2?style=for-the-badge"/>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion homepage/latest-release.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const latestRelease =
"https://github.com/blib-la/captain/releases/download/v1.0.0-alpha.98/Captain-Setup-1.0.0-alpha.98.exe";
"https://github.com/blib-la/captain/releases/download/v1.0.0-alpha.99/Captain-Setup-1.0.0-alpha.99.exe";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "captain",
"version": "1.0.0-alpha.98",
"version": "1.0.0-alpha.99",
"private": true,
"description": "The Captain of AI",
"license": "AGPL 3.0",
Expand Down

0 comments on commit 34a7b34

Please sign in to comment.