Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.3
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.3](v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-02-23)

### Features

* only generate output image when input was changed ([#55](#55)) ([fe4b4c0](fe4b4c0))
  • Loading branch information
semantic-release-bot committed Feb 23, 2024
1 parent fe4b4c0 commit b1c1614
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.3](https://github.com/blib-la/captain/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-02-23)


### Features

* only generate output image when input was changed ([#55](https://github.com/blib-la/captain/issues/55)) ([fe4b4c0](https://github.com/blib-la/captain/commit/fe4b4c0acdfdd367bfb41019218233ae7cdbd794))

# [1.0.0-alpha.2](https://github.com/blib-la/captain/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-02-22)


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

<!-- releases -->
<p align="center">
<a href="https://github.com/blib-la/captain/releases/download/v1.0.0-alpha.2/Captain-Setup-1.0.0-alpha.2.exe">
<a href="https://github.com/blib-la/captain/releases/download/v1.0.0-alpha.3/Captain-Setup-1.0.0-alpha.3.exe">
<img src="./docs/download.svg" alt="Download Captain" width="300">
</a>
</p>
Expand Down
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.2",
"version": "1.0.0-alpha.3",
"private": true,
"description": "The Captain of AI",
"license": "AGPL 3.0",
Expand Down

0 comments on commit b1c1614

Please sign in to comment.