Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.18 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.18](v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-09-22)

### Features

* basic diagnostics/maintenance ([913dd71](913dd71)), closes [#4](#4)
  • Loading branch information
semantic-release-bot committed Sep 22, 2022
1 parent c2fefa9 commit 689858a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-alpha.18](https://github.com/oplik0/solo2-gui/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-09-22)


### Features

* basic diagnostics/maintenance ([913dd71](https://github.com/oplik0/solo2-gui/commit/913dd71e23f09d35fe4a628495b6db70877507f0)), closes [#4](https://github.com/oplik0/solo2-gui/issues/4)

# [1.0.0-alpha.17](https://github.com/oplik0/solo2-gui/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2022-09-21)


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": "solo2-desktop",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"author": {
"name": "oplik0",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solo2-desktop"
version = "1.0.0-alpha.17"
version = "1.0.0-alpha.18"
authors = ["oplik0"]
default-run = "solo2-desktop"
edition = "2021"
Expand Down

0 comments on commit 689858a

Please sign in to comment.