Skip to content

Commit

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

### Features

* added tests for createWindow and unpack, moved jest.setup.ts to the root, installed jest-mock-extended ([#51](#51)) ([760f3ee](760f3ee))
* live painting ([#49](#49)) ([416d0aa](416d0aa))
* live painting config ([#54](#54)) ([d9f311d](d9f311d))
  • Loading branch information
semantic-release-bot committed Feb 22, 2024
1 parent d9f311d commit 4feace7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [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)


### Features

* added tests for createWindow and unpack, moved jest.setup.ts to the root, installed jest-mock-extended ([#51](https://github.com/blib-la/captain/issues/51)) ([760f3ee](https://github.com/blib-la/captain/commit/760f3ee3c2a538cf15801323950beb28b64c8953))
* live painting ([#49](https://github.com/blib-la/captain/issues/49)) ([416d0aa](https://github.com/blib-la/captain/commit/416d0aa9706bd766e9fea8cc43b11d28dafa3f45))
* live painting config ([#54](https://github.com/blib-la/captain/issues/54)) ([d9f311d](https://github.com/blib-la/captain/commit/d9f311dc8f88856df8b7578c01c1276e600a2045))

# 1.0.0-alpha.1 (2024-02-17)


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

0 comments on commit 4feace7

Please sign in to comment.