Skip to content

Commit

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

### Features

* delete app data when captain is uninstalled ([#332](#332)) ([eb75654](eb75654)), closes [#317](#317)
  • Loading branch information
semantic-release-bot committed Jun 7, 2024
1 parent eb75654 commit 91d3d66
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.101](https://github.com/blib-la/captain/compare/v1.0.0-alpha.100...v1.0.0-alpha.101) (2024-06-07)


### Features

* delete app data when captain is uninstalled ([#332](https://github.com/blib-la/captain/issues/332)) ([eb75654](https://github.com/blib-la/captain/commit/eb7565424e0b3fd3eb0ec5c5dc9614539fce1a47)), closes [#317](https://github.com/blib-la/captain/issues/317)

# [1.0.0-alpha.100](https://github.com/blib-la/captain/compare/v1.0.0-alpha.99...v1.0.0-alpha.100) (2024-06-06)


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.100/Captain-Setup-1.0.0-alpha.100.exe">
<a href="https://github.com/blib-la/captain/releases/download/v1.0.0-alpha.101/Captain-Setup-1.0.0-alpha.101.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.100/Captain-Setup-1.0.0-alpha.100.exe";
"https://github.com/blib-la/captain/releases/download/v1.0.0-alpha.101/Captain-Setup-1.0.0-alpha.101.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.100",
"version": "1.0.0-alpha.101",
"private": true,
"description": "The Captain of AI",
"license": "AGPL 3.0",
Expand Down

0 comments on commit 91d3d66

Please sign in to comment.